Skip to content

Commit

Permalink
revert the revert back in mutect2 checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kdreval committed Jan 21, 2022
1 parent cfdcf96 commit 689b5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mutect2/2.0/mutect2.smk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ checkpoint _mutect2_input_chrs:
chrs = reference_files("genomes/{genome_build}/genome_fasta/main_chromosomes.txt"),
capture_arg = _mutect_get_capspace
output:
chrs = CFG["dirs"]["inputs"] + "chroms/{genome_build}/main_chromosomes.txt"
chrs = CFG["dirs"]["inputs"] + "chroms/{seq_type}--{genome_build}/{tumour_id}--{normal_id}--{pair_status}/mutated_chromosomes.txt"
run:
# obtain list of main chromosomes
main_chrs = pd.read_csv(input.chrs, comment='#', sep='\t', header=None)
Expand Down

0 comments on commit 689b5ee

Please sign in to comment.