Skip to content

Commit

Permalink
accept fastq.gz (galaxyproject#6093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeptivarshney authored Jun 17, 2024
1 parent 7599ef1 commit 22e3bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/falco/falco.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#set format = 'bam'
#elif 'sam' in $input_file.ext:
#set format = 'sam'
#elif 'gz' in $input_file.ext:
#set format = 'fastq.gz'
#else
#set format = 'fastq'
#end if
Expand Down

0 comments on commit 22e3bc5

Please sign in to comment.