Skip to content

Commit

Permalink
corrected symlink to tmp file
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK authored Jun 6, 2018
1 parent 4a1b03b commit 502d0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/rules/assemble.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ if config['filter_contigs']:
fasta = "{sample}/assembly/{sample}_prefilter_contigs.fasta",
covstats = "{sample}/assembly/contig_stats/prefilter_coverage_stats.txt"
output:
fasta = temp("{sample}/assembly/{sample}_final_contigs.fasta"),
fasta = "{sample}/assembly/{sample}_final_contigs.fasta",
removed_names = "{sample}/assembly/{sample}_discarded_contigs.fasta"
params:
minc = config.get("minimum_average_coverage", MINIMUM_AVERAGE_COVERAGE),
Expand Down

0 comments on commit 502d0cb

Please sign in to comment.