Skip to content

Commit b01d635

Browse files
committed
added export line
1 parent 505811e commit b01d635

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mmeds/snakemake/rules/differential_abundance.smk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ rule plot_lefse_results_strict:
7373
shell:
7474
"""
7575
ml R/4.1.0
76+
export R_LIBS="/hpc/users/mmedsadmin/.Rlib:$R_LIBS"
7677
Rscript {params.tool_dir}/plot_lefse.R {input} {output} --strict {params.plot_options}
7778
"""
7879

0 commit comments

Comments
 (0)