Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Update MetatONTrack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestSi authored Dec 18, 2019
1 parent 8af48a8 commit 7c68a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MetatONTrack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ FASTQ_READS_FULL=$(realpath $FASTQ_READS)
######################################################################
THREADS=8
DB=/path/to/NCBI_Blast-indexed_database #e.g. PRJNA33175 BioProject for Bacterial 16S
BLASTN=/path/to/blastn
SEQTK=/path/to/seqtk
BLASTN=blastn
SEQTK=seqtk
######################################################################

SAMPLE_NAME=$(echo $(basename $FASTQ_READS_FULL) | sed 's/\.fastq.*//')
Expand Down

0 comments on commit 7c68a78

Please sign in to comment.