Skip to content

Commit

Permalink
add back in eager
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 23, 2020
1 parent db9b679 commit 233e767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/alignment.smk
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ rule eager:
file_acc=globals()["identify_" + wildcards.reads_origin + "_sample"]()[wildcards.biosample]),
output:
final_bam = results_dir + "/eager_{reads_origin}/final_bams/{biosample}.bam"
#conda:
# os.path.join(envs_dir,"eager.yaml")
conda:
os.path.join(envs_dir,"eager.yaml")
log:
os.path.join(logs_dir, "eager_{reads_origin}","{biosample}.log")
shell:
Expand Down

0 comments on commit 233e767

Please sign in to comment.