Skip to content

Commit

Permalink
ivar to development version
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas committed Jan 25, 2023
1 parent 585135e commit afdb261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion input_data/index.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#place your input fastq files in this folder in gzip format
#place your input fastq files in this folder in gzip format [symlinks can be used, for example: ls ../../*.fastq.gz | xargs ln -s -t . ]
4 changes: 2 additions & 2 deletions src/TRACES_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ "$INSTALL_PIPELINE" -eq "1" ]];
conda install -c bioconda art --yes
conda install -c bioconda blast --yes
conda install -c bioconda mummer4 --yes
conda install -c bioconda ivar --yes
# conda install -c bioconda ivar --yes
#
Program_installed "trimmomatic";
Program_installed "cryfa";
Expand All @@ -83,7 +83,7 @@ if [[ "$INSTALL_PIPELINE" -eq "1" ]];
Program_installed "art_illumina";
Program_installed "blastn";
Program_installed "dnadiff";
Program_installed "ivar";
# Program_installed "ivar";
fi
#
# ==============================================================================
Expand Down

0 comments on commit afdb261

Please sign in to comment.