Skip to content

Commit

Permalink
fixed path database and update emmtyper params
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Sep 12, 2024
1 parent 7839afa commit 07a3eb1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cat <<EOF > _01_emmtyper.sbatch
# create results folder
mkdir -p 01-typing
mkdir -p 01-typing/tmps
blastdb_path=/data/bi/references/cdc_emm_blastdb
blastdb_path=/data/bi/references/cdc_emm_blastdb/20240509
# Run emmtyper
singularity exec \\
Expand All @@ -63,9 +63,9 @@ singularity exec \\
/data/bi/pipelines/singularity-images/singularity-emmtyper.0.2.0--py_0 emmtyper \\
-w blast \\
--keep \\
--blast_db "\${blastdb_path}/cdc_emm_database29042024" \\
--percent-identity 95 \\
--culling-limit 5 \\
--blast_db "\${blastdb_path}/cdc_emm_database" \\
--percent-identity 100 \\
--culling-limit 5 \
--output 01-typing/results_emmtyper.out \\
--output-format verbose \\
./fasta_inputs/*.fasta
Expand Down

0 comments on commit 07a3eb1

Please sign in to comment.