Skip to content

Commit afdb261

Browse files
committed
ivar to development version
1 parent 585135e commit afdb261

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

input_data/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#place your input fastq files in this folder in gzip format
1+
#place your input fastq files in this folder in gzip format [symlinks can be used, for example: ls ../../*.fastq.gz | xargs ln -s -t . ]

src/TRACES_install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if [[ "$INSTALL_PIPELINE" -eq "1" ]];
6060
conda install -c bioconda art --yes
6161
conda install -c bioconda blast --yes
6262
conda install -c bioconda mummer4 --yes
63-
conda install -c bioconda ivar --yes
63+
# conda install -c bioconda ivar --yes
6464
#
6565
Program_installed "trimmomatic";
6666
Program_installed "cryfa";
@@ -83,7 +83,7 @@ if [[ "$INSTALL_PIPELINE" -eq "1" ]];
8383
Program_installed "art_illumina";
8484
Program_installed "blastn";
8585
Program_installed "dnadiff";
86-
Program_installed "ivar";
86+
# Program_installed "ivar";
8787
fi
8888
#
8989
# ==============================================================================

0 commit comments

Comments
 (0)