Skip to content

Commit

Permalink
added anqrpht to interleave
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijli committed Aug 12, 2024
1 parent eeecb01 commit deb96f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interleave_rqcfilter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ task rqcfilter{
File stat = filename_stat
File stat2 = filename_stat2
File info_file = filename_reproduce
File filtered = glob("filtered/*fastq.gz")[0]
File filtered = glob("filtered/*.anqrpht.fastq.gz")[0]
File json_out = filename_stat_json
}
runtime {
Expand Down

0 comments on commit deb96f8

Please sign in to comment.