Skip to content

Commit

Permalink
Update seqtk_mergefa.xml
Browse files Browse the repository at this point in the history
edited echo command line back to #echo
  • Loading branch information
dianichj authored Sep 26, 2024
1 parent bdd1286 commit 24ef697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/seqtk/seqtk_mergefa.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $r
$h
'$in_fa1'
'$in_fa2'
echo "| pigz -p ${GALAXY_SLOTS:-1} --no-name --no-time" if $in_fa1.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default'
#echo "| pigz -p ${GALAXY_SLOTS:-1} --no-name --no-time" if $in_fa1.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default'
]]></command>
<inputs>
<param name="in_fa1" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #1"/>
Expand Down

0 comments on commit 24ef697

Please sign in to comment.