Skip to content

Commit

Permalink
Merge pull request #14 from RIVM-bioinformatics/add_cauris_irods
Browse files Browse the repository at this point in the history
feat: allow running on cauris project
  • Loading branch information
boasvdp authored Oct 19, 2023
2 parents cd7e0c5 + 9eb3e75 commit bbee3b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ case $PROJECT_NAME in
asperg)
SPECIES="Aspergillus_fumigatus"
;;
cauris)
SPECIES="Candida_auris"
;;
*)
SPECIES="NotProvided"
;;
Expand Down

0 comments on commit bbee3b0

Please sign in to comment.