Skip to content

Commit

Permalink
add new conda env for filtlong
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jan 25, 2024
1 parent 8b731e3 commit c65ee58
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ rule rasusaMB:


rule filtlong:
conda:
"env/conda-filtlong.yaml"
threads: 1
input:
fq=get_ont_fq,
Expand All @@ -197,6 +199,8 @@ rule filtlong:


rule filtlongMB:
conda:
"env/conda-filtlong.yaml"
threads: 1
input:
fq=get_ont_fq,
Expand All @@ -214,6 +218,8 @@ rule filtlongMB:

# for keeping num PerCent of the bases
rule filtlongPC:
conda:
"env/conda-filtlong.yaml"
threads: 1
input:
fq=get_ont_fq,
Expand All @@ -230,6 +236,8 @@ rule filtlongPC:


rule filtlongMBql:
conda:
"env/conda-filtlong.yaml"
threads: 1
wildcard_constraints:
mb="[0-9]+",
Expand All @@ -250,6 +258,8 @@ rule filtlongMBql:


rule filtlongMBqln:
conda:
"env/conda-filtlong.yaml"
threads: 1
wildcard_constraints:
mb="[0-9]+",
Expand Down
9 changes: 9 additions & 0 deletions env/conda-filtlong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: ont-assembly-snake-filtlong
channels:
- conda-forge
- bioconda
- defaults
- anaconda
dependencies:
- bioconda::filtlong=0.2.1

0 comments on commit c65ee58

Please sign in to comment.