Skip to content

Commit

Permalink
reinstaing the temp paf file, had removed the temp for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Jan 21, 2020
1 parent 041188a commit 000cf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_protocol/pipelines/demux_map/rules/map.smk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rule minimap2:
fastq= config["input_path"] + "/{filename_stem}.fastq",
ref= config["references_file"]
output:
config["output_path"] + "/temp/{filename_stem}.paf"
temp(config["output_path"] + "/temp/{filename_stem}.paf")
shell:
"""
minimap2 -x map-ont \
Expand Down

0 comments on commit 000cf6e

Please sign in to comment.