Skip to content

Commit

Permalink
uncomment pipeval
Browse files Browse the repository at this point in the history
  • Loading branch information
Mootor authored and Mootor committed Oct 5, 2024
1 parent 8fe2597 commit c37a5b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ workflow {
/**
* Validate the input bams
*/
// run_validate_PipeVal(input_validation)
run_validate_PipeVal(input_validation)
// Collect and store input validation output
// run_validate_PipeVal.out.validation_result.collectFile(
// name: 'input_validation.txt',
// storeDir: "${params.output_dir_base}/validation/run_validate_PipeVal"
// )
run_validate_PipeVal.out.validation_result.collectFile(
name: 'input_validation.txt',
storeDir: "${params.output_dir_base}/validation/run_validate_PipeVal"
)
/**
* Call "delly call -x hg19.excl -o t1.bcf -g hg19.fa tumor1.bam normal1.bam" per paired (tumor sample, normal sample)
* The sv are stored in call_sSV_Delly.out.nt_call_bcf
Expand Down

0 comments on commit c37a5b3

Please sign in to comment.