Skip to content

Commit

Permalink
BF of the BF
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Venturini authored and Luca Venturini committed Dec 22, 2016
1 parent 4d296cc commit c98504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mikado/daijin/tr.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ rule asm_map_trinitygg:
load=loadPre(config["load"]["gmap"]),
gff=ASM_DIR+"/trinity-{run2}-{alrun}/trinity-{run2}-{alrun}.gff",
link_src="../trinity-{run2}-{alrun}/trinity-{run2}-{alrun}.gff",
intron_length=gmap_intron_lengths(MAX_INTRON)
intron_length=gmap_intron_lengths(loadPre(confid["load"]["gmap"], MAX_INTRON))
log: ASM_DIR+"/trinitygmap-{run2}-{alrun}.log"
threads: THREADS
message: "Mapping trinity transcripts to the genome (run {wildcards.run2}): {input.transcripts}"
Expand Down

0 comments on commit c98504f

Please sign in to comment.