Skip to content

Commit

Permalink
Change chewie PrepExternalSchema -i to -g
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy authored and samuell committed Feb 13, 2024
1 parent 368e534 commit 0b389dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ $(SAUR_CGMLST_DIR)/alleles_rereffed: | $(SAUR_CGMLST_DIR)/alleles/unpacking.done
&& echo "WARNING! Prepping cgMLST schema. This takes a looong time. Put on some coffee" \
&& singularity exec --bind $(MNT_ROOT) $(CONTAINER_DIR)/chewbbaca.sif \
chewie PrepExternalSchema \
-i $(SAUR_CGMLST_DIR)/alleles \
-g $(SAUR_CGMLST_DIR)/alleles \
-o $(SAUR_CGMLST_DIR)/alleles_rereffed \
--cpu 2 \
--ptf $(PRODIGAL_TRAINING_DIR)/Staphylococcus_aureus.trn |& tee -a $(INSTALL_LOG)
Expand Down Expand Up @@ -449,7 +449,7 @@ $(ECOLI_CGMLST_DIR)/alleles_rereffed: | $(ECOLI_CGMLST_DIR)/alleles/unpacking.do
cd $(ECOLI_CGMLST_DIR) \
&& singularity exec --bind $(MNT_ROOT) $(CONTAINER_DIR)/chewbbaca.sif \
chewie PrepExternalSchema \
-i $(ECOLI_CGMLST_DIR)/alleles \
-g $(ECOLI_CGMLST_DIR)/alleles \
-o $(ECOLI_CGMLST_DIR)/alleles_rereffed \
--cpu 2 \
--ptf $(PRODIGAL_TRAINING_DIR)/Escherichia_coli.trn |& tee -a $(INSTALL_LOG)
Expand Down Expand Up @@ -538,7 +538,7 @@ $(KPNEU_CGMLST_DIR)/alleles_rereffed: | $(KPNEU_CGMLST_DIR)/alleles/unpacking.do
&& echo "WARNING! Prepping cgMLST schema. This takes a looong time. Put on some coffee" \
&& singularity exec --bind $(MNT_ROOT) $(CONTAINER_DIR)/chewbbaca.sif \
chewie PrepExternalSchema \
-i $(KPNEU_CGMLST_DIR)/alleles \
-g $(KPNEU_CGMLST_DIR)/alleles \
-o $(KPNEU_CGMLST_DIR)/alleles_rereffed \
--cpu 2 \
--ptf $(PRODIGAL_TRAINING_DIR)/Klebsiella_pneumoniae.trn |& tee -a $(INSTALL_LOG)
Expand Down

0 comments on commit 0b389dc

Please sign in to comment.