# HG changeset patch # User iuc # Date 1656005245 0 # Node ID 89b4ed4145b33c78dd150a42e9b130fd7a848e14 # Parent e7d7d87dc1a3105ec16aac7af3c9d79fd2d14112 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanocompore commit 51078f4c0eab9cc41a0cb2190000e428322631a4 diff -r e7d7d87dc1a3 -r 89b4ed4145b3 sampcomp.xml --- a/sampcomp.xml Wed Sep 01 07:46:51 2021 +0000 +++ b/sampcomp.xml Thu Jun 23 17:27:25 2022 +0000 @@ -1,5 +1,5 @@ - + to compare Nanopolished datasets @@ -21,6 +21,9 @@ ln -s '$current.index' 'sample_2_${i}.tsv.idx' && #end for + ## symlink fasta file because a .fai file is created + ln -s '$fasta' reference.fa && + ## run nanocompore sampcomp ## required @@ -30,7 +33,7 @@ --label2 '$label2' #set files2 = ','.join(['sample_2_' + str(item) + '.tsv' for item in range(len($file2_rep))]) --file_list2 '$files2' - --fasta '$fasta' + --fasta reference.fa ## optional #if $ap.bed --bed '$ap.bed'