Skip to content

Commit

Permalink
Merge pull request #8 from microbiomedata/7-readqc-not-always-specify…
Browse files Browse the repository at this point in the history
…ing-the-correct-output-file

fixed specification
  • Loading branch information
kaijli authored Aug 23, 2024
2 parents f866a63 + 5d1c435 commit 69770a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "filtered/raw.anqrpht.fastq.gz"
File json_out = filename_stat_json
}
runtime {
Expand Down
2 changes: 1 addition & 1 deletion rqcfilter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,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 = "filtered/raw.anqrpht.fastq.gz"
File filtered_ribo = filename_ribo
File json_out = filename_stat_json
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.6
v0.0.7

0 comments on commit 69770a5

Please sign in to comment.