Skip to content

Commit

Permalink
add conda for count_bp_reads
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Dec 16, 2024
1 parent 904afae commit 4c79adb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binchicken/workflow/coassemble.smk
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ rule count_bp_reads:
resources:
mem_mb=get_mem_mb,
runtime = get_runtime(base_hours = 24),
conda:
"env/general.yml"
shell:
"parallel -k -j {threads} "
"echo -n {{1}}, '&&' "
Expand Down
6 changes: 6 additions & 0 deletions binchicken/workflow/env/general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
channels:
- conda-forge
- bioconda
dependencies:
- python=3.10.*
- parallel=20230522

0 comments on commit 4c79adb

Please sign in to comment.