Skip to content

Commit

Permalink
Merge pull request #29 from unipept/fix/include-bacterium-in-filter
Browse files Browse the repository at this point in the history
Add bacterium taxon to filter
  • Loading branch information
pverscha authored Sep 21, 2023
2 parents 40d3c0f + fb0c554 commit 9c082ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/helper_scripts/parser/src/taxons/TaxonList.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ private boolean validate(int taxon_id) {
|| t.name.endsWith("metagenome")
|| t.name.endsWith("library")
|| taxon_id == 28384
|| taxon_id == 48479) {
|| taxon_id == 48479
|| taxon_id == 1869227) {
t.invalidate();
return false;
}
Expand Down

0 comments on commit 9c082ce

Please sign in to comment.