Skip to content

Commit

Permalink
add Illumina to igv batches
Browse files Browse the repository at this point in the history
  • Loading branch information
kriese committed Jun 3, 2022
1 parent 371d209 commit de06244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,14 @@ rule create_igv_batch:
cat > {output} <<-EOF
genome {params.path_to_resources}/resources/references/{params.ref_file}
load {params.path_to_resources}/resources/samples/{wildcards.sample}/{wildcards.ref}/PacBio.bam
load {params.path_to_resources}/resources/samples/{wildcards.sample}/{wildcards.ref}/Illumina.bam
goto $REF_REGION
snapshot {params.path_to_resources}/results/{wildcards.sample}/{wildcards.region}/igv_{wildcards.ref}_screenshot.png
exit
EOF
unset REF_REGION
"""
# load "resources/{wildcards.sample}/Illumina.bam"
# load "results/{wildcards.sample}/{wildcards.region}/MSA"
# TODO substitute the all-caps values with actual paths

rule run_igv_batch:
input:
Expand Down

0 comments on commit de06244

Please sign in to comment.