Skip to content

Commit

Permalink
tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Matiss Ozols committed Nov 30, 2023
1 parent 1961a5a commit edca4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/yascp.nf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ workflow YASCP {

if (!params.skip_qc){

if(params.skip_preprocessing.gt_match_based_adaptive_qc_exclusion_pattern !=''){
if(params.gt_match_based_adaptive_qc_exclusion_pattern !=''){
gt_outlier_input = assignments_all_pools
}else{
gt_outlier_input = Channel.from("$projectDir/assets/fake_file.fq")
Expand Down

0 comments on commit edca4bf

Please sign in to comment.