File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 . ]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ if [[ "$INSTALL_PIPELINE" -eq "1" ]];
60
60
conda install -c bioconda art --yes
61
61
conda install -c bioconda blast --yes
62
62
conda install -c bioconda mummer4 --yes
63
- conda install -c bioconda ivar --yes
63
+ # conda install -c bioconda ivar --yes
64
64
#
65
65
Program_installed " trimmomatic" ;
66
66
Program_installed " cryfa" ;
@@ -83,7 +83,7 @@ if [[ "$INSTALL_PIPELINE" -eq "1" ]];
83
83
Program_installed " art_illumina" ;
84
84
Program_installed " blastn" ;
85
85
Program_installed " dnadiff" ;
86
- Program_installed " ivar" ;
86
+ # Program_installed "ivar";
87
87
fi
88
88
#
89
89
# ==============================================================================
You can’t perform that action at this time.
0 commit comments