Mercurial > repos > iuc > quast
diff quast.xml @ 2:8b8e2c141edd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 930a43568ac0d4d32dde38a56fbb0b826f8f591b
| author | iuc |
|---|---|
| date | Fri, 04 Nov 2016 05:05:59 -0400 |
| parents | 8d407f2b5865 |
| children | 1dd49661494f |
line wrap: on
line diff
--- a/quast.xml Wed Nov 02 09:42:30 2016 -0400 +++ b/quast.xml Fri Nov 04 05:05:59 2016 -0400 @@ -11,6 +11,7 @@ </stdio> <command> <![CDATA[ + #import re quast -o outputdir #if $gene_selection == "eukaryote": @@ -32,7 +33,8 @@ #end if --min-contig $min_contig -l - #set names = ','.join( ['"'+str( $x.input.element_identifier)+'"' for $x in $files ]) + #set names = ','.join( ['"'+ re.sub('[^\w\-_]', '_', str( $x.input.element_identifier))+'"' for $x in $files ]) + $names --contig-thresholds $threshold_contig #for $k in $files:
