Skip to content
Snippets Groups Projects
Commit 5dcb5f9e authored by Mathieu Charles's avatar Mathieu Charles
Browse files

Minor correction in refbundle.smk

parent 85245f02
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,6 @@ rule get_fasta:
"samtools faidx {input.fasta} {params.chromosomes} > {output}; "
"samtools faidx {output}"
rule get_fasta_old:
input:
fasta = SUBDIR + "reference_raw.fasta",
index = SUBDIR + "reference_raw.fasta.fai"
rule preparesvmask:
input:
fasta = SUBDIR + "reference.fasta",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment