Skip to content

Commit

Permalink
Merge branch 'develop' into release/0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Aug 27, 2024
2 parents 77fa472 + 6c41849 commit c4f8cd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/msk/ppflagfixer/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ nextflow_process {
meta = [ id:'test' ] // meta map
input[0] = [
meta,
file(params.test_data_mskcc['bam_files']['test_argos_sample_1_normal_bam'], checkIfExists: true),
file(params.test_data_mskcc['bam_files']['test_argos_sample_1_normal_bam_bai'], checkIfExists: true)
file(params.test_data_mskcc['argos']['test_argos_sample_1_normal_bam'], checkIfExists: true),
file(params.test_data_mskcc['argos']['test_argos_sample_1_normal_bam_bai'], checkIfExists: true)
]
"""
}
Expand All @@ -42,8 +42,8 @@ nextflow_process {
meta = [ id:'test' ] // meta map
input[0] = [
meta,
file(params.test_data_mskcc['bam_files']['test_argos_sample_1_tumor_bam'], checkIfExists: true),
file(params.test_data_mskcc['bam_files']['test_argos_sample_1_tumor_bam_bai'], checkIfExists: true)
file(params.test_data_mskcc['argos']['test_argos_sample_1_tumor_bam'], checkIfExists: true),
file(params.test_data_mskcc['argos']['test_argos_sample_1_tumor_bam_bai'], checkIfExists: true)
]
"""
}
Expand Down

0 comments on commit c4f8cd8

Please sign in to comment.