Skip to content

Commit

Permalink
no longer using summary for multiread fast5 indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
wdecoster committed Oct 28, 2019
1 parent a8821e6 commit 0412670
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ def get_bam(wildcards):
return config["bam"][wildcards.sample]


def get_summary(wildcards):
return config["summary"][wildcards.sample]


def get_region(wildcards):
return config["region"][wildcards.region]

Expand All @@ -31,7 +27,6 @@ rule nanopolish_index:
input:
f5 = get_fast5,
fq = get_fastq,
sm = get_summary,
output:
"indices/index_done_{sample}"
threads: 10 # Just to ensure that this is not ran in parallel for too many samples
Expand Down

0 comments on commit 0412670

Please sign in to comment.