Skip to content

Commit

Permalink
reverting to older desalt version for one dataset due to segfault in …
Browse files Browse the repository at this point in the history
…new version
  • Loading branch information
ksahlin committed Apr 25, 2021
1 parent fdb10be commit d03c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ rule desalt_gtf_align:
work_dir = tempfile.mkdtemp()
tempfile = os.path.join(work_dir, "desalt_gtf_temp_prefix")
# Switch back to deSALT_v1.5.1 on simulated_ens and simulated because newer version did not complete
shell("/usr/bin/time -v deSALT aln {index} {input.fastq} --max-intron-len 500000 -d 10 -s 2 -l 14 -t 19 --gtf {input.desalt_gtf_annotation_outfile} -o {output.sam} -f {tempfile} 2>&1 | tee {output.time_and_mem} ")
shell("/usr/bin/time -v deSALT_1.5.2 aln {index} {input.fastq} --max-intron-len 500000 -d 10 -s 2 -l 14 -t 19 --gtf {input.desalt_gtf_annotation_outfile} -o {output.sam} -f {tempfile} 2>&1 | tee {output.time_and_mem} ")


# rule graphmap2_index:
Expand Down

0 comments on commit d03c8be

Please sign in to comment.