Skip to content

Commit

Permalink
Add new merging
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Jun 21, 2024
1 parent 920b04f commit 815b52d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ requirements:
- bedtools >=2.18.0
test:
commands:
- meteor test
- meteor -h
- bowtie2 -h
- bedtools -h
- raxml-ng -h
- bcftools -h
imports:
- pysam
- pandas
Expand Down
4 changes: 4 additions & 0 deletions meteor/merging.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,11 @@ def execute(self) -> None:
"modules_completeness": ["msp_name", "mod_id"],
"modules": ["mod_id"],
"mustard_as_genes_sum": ["annotation"],
"mustard_as_msp_sum": ["annotation"],
"dbcan_as_genes_sum": ["annotation"],
"dbcan_as_msp_sum": ["annotation"],
"kegg_as_genes_sum": ["annotation"],
"kegg_as_msp_sum": ["annotation"],
}
)
for my_pattern, value in list_pattern_to_merge.items():
Expand Down

0 comments on commit 815b52d

Please sign in to comment.