Skip to content

Commit

Permalink
Remove sample_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
finngl committed Nov 24, 2023
1 parent 3687e3e commit 34d6e77
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions bifrost_chewbbaca/run_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ class BifrostchewBBACA:
output_dir = f"{bifrost_install_dir}/bifrost/test_data/output/test__chewbbaca/"
sample_dir = f"{bifrost_install_dir}/bifrost/test_data/samples/SRR2094561.fasta"

sample_template = {
"name": "SRR2094561",
"components": [],
"categories": {
"contigs": {"summary": {"data": sample_dir}},
"species_detection": {
"summary": {"detected_species": "Salmonella enterica"}
},
},
}

@staticmethod
def clear_all_collections(db):
db.drop_collection("components")
Expand Down

0 comments on commit 34d6e77

Please sign in to comment.