Skip to content

Commit

Permalink
Merge pull request #38 from microbiomedata/update-outputs
Browse files Browse the repository at this point in the history
Updated Outputs for NMDC-edge
  • Loading branch information
aclum authored Sep 30, 2024
2 parents d0915ae + 5e3a175 commit ddc0cd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions rqcfilter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ workflow rqcfilter{
File? filtered_final_srqc = ShortReadsQC.filtered_final
File? filtered_stats_final_srqc = ShortReadsQC.filtered_stats_final
File? filtered_stats2_final_srqc = ShortReadsQC.filtered_stats2_final
File? filtered_stats_json_srqc = ShortReadsQC.filter_stat_json
File? rqc_info_srqc = ShortReadsQC.rqc_info
# long reads
File? filtered_final_lrqc = LongReadsQC.filtered_final
Expand Down
1 change: 1 addition & 0 deletions shortReadsqc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ workflow ShortReadsQC {
File filtered_stats_final = finish_rqc.filtered_stats_final
File filtered_stats2_final = finish_rqc.filtered_stats2_final
File rqc_info = make_info_file.rqc_info
File filter_stat_json = qc.json_out
}
}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.11
v1.0.12

0 comments on commit ddc0cd9

Please sign in to comment.