Skip to content

Commit

Permalink
DRAFT: setup checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Apr 5, 2023
1 parent 786d13d commit 712d81b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ workflow {

} else {

if (params.only_until_mapping_wf) {



validated_reads_ch = VALIDATE_FASTQS_WF( params.input_samplesheet )

QUALITY_CHECK_WF( validated_reads_ch )
Expand All @@ -36,6 +40,9 @@ workflow {

MINOR_VARIANT_ANALYSIS_WF(CALL_WF.out.reformatted_lofreq_vcfs_tuple_ch)

//FIXME
//--cohort_data --only_merge_wf
//}
MERGE_WF( CALL_WF.out.gvcf_ch,
CALL_WF.out.reformatted_lofreq_vcfs_tuple_ch,
CALL_WF.out.cohort_stats_tsv,
Expand Down

0 comments on commit 712d81b

Please sign in to comment.