Skip to content

Commit

Permalink
resolved missing logs and conda envs
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jul 3, 2023
1 parent 0d5e581 commit e63a28f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 482 deletions.
3 changes: 1 addition & 2 deletions workflow/rules/genefusion.smk
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ rule arriba:
rule fusions_to_vcf:
input:
"results/{sample}/genefusion/fusions.tsv",
"resources/refs/genome.fasta"
output:
"results/{sample}/variants/fusions.vcf"
log:
"logs/fusion_to_vcf_{sample}.log"
shell:
"workflow/scripts/convert_fusions_to_vcf.sh {config[refgen]} {input} {output} 2> {log}"
"workflow/scripts/convert_fusions_to_vcf.sh resources/refs/genome.fasta {input} {output} > {log} 2>&1"

Loading

0 comments on commit e63a28f

Please sign in to comment.