Skip to content

Commit

Permalink
Merge pull request #70 from iqbal-lab-org/anno_fixes
Browse files Browse the repository at this point in the history
Fix bugs in annotation workflow, and remove defaults channel from environment configurations
  • Loading branch information
babayagaofficial authored Aug 14, 2024
2 parents 9199e41 + e4551ad commit 87d42c2
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pling/anno_snakemake/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rule panaroo:
params:
files = lambda wildcards: [f"{OUTPUTPATH}/annotation/{wildcards.community}/bakta/{genome}/{genome}.gff3" for genome in COMMUNITY_TO_PLASMID[wildcards.community]]
shell:
"panaroo -i {params.files} -o {output.pangenome} --clean-mode moderate -a pan --merge_paralogs -t {threads}"
"panaroo -i {params.files} -o {output.pangenome} --clean-mode moderate -a pan --merge_paralogs -t {threads} --remove-invalid-genes"

rule gen_minimap_input:
input:
Expand Down
3 changes: 1 addition & 2 deletions pling/envs/bakta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python =3.9
- bakta =1.8.2
- bakta =1.9.3
1 change: 0 additions & 1 deletion pling/envs/blocks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python =3.8
- pandas =1.4.3
Expand Down
1 change: 0 additions & 1 deletion pling/envs/ding_and_glpk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
channels:
- conda-forge
- defaults
- gurobi
dependencies:
- python =3.8
Expand Down
1 change: 0 additions & 1 deletion pling/envs/env.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
channels:
- conda-forge
- defaults
dependencies:
- python =3.8
- pandas =1.5.3
Expand Down
1 change: 0 additions & 1 deletion pling/envs/integerise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: integerise
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python =3.8
- intervaltree =3.0.2
Expand Down
2 changes: 1 addition & 1 deletion pling/envs/minimap_input.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
channels:
- bioconda
dependencies:
- biopython =1.78
- biopython
1 change: 0 additions & 1 deletion pling/envs/panaroo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python =3.9
- panaroo >=1.3
1 change: 0 additions & 1 deletion pling/envs/plasnet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python =3.9
- pip
Expand Down
1 change: 0 additions & 1 deletion pling/envs/smash.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python =3.10
- sourmash =4.4.0
Expand Down

0 comments on commit 87d42c2

Please sign in to comment.