Skip to content

Commit

Permalink
Update tool_collections/fastx_toolkit/fastq_to_fasta/fastq_to_fasta.xml
Browse files Browse the repository at this point in the history
Co-authored-by: M Bernt <[email protected]>
  • Loading branch information
bgruening and bernt-matthias authored Jun 27, 2023
1 parent 906b4dc commit 9375ef0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$SKIPN
$RENAMESEQ
-v @FQQUAL@
#if $compress_output == 'yes' or $compress_output == 'infer' and $input.ext.endswith('.gz') or $input.ext.endswith('.bz2'):
#if $compress_output == 'yes' or ($compress_output == 'infer' and ($input.ext.endswith('.gz') or $input.ext.endswith('.bz2'))):
| gzip -c > '$output_gz'
#else:
> '$output'
Expand Down

0 comments on commit 9375ef0

Please sign in to comment.