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

Commit

Permalink
Update Sanger_check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestSi authored Dec 18, 2019
1 parent 1247e4d commit 5681c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sanger_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
CONTIGS_DIR=$1
SANGER_DIR=$2

BLASTN=/path/to/blastn
BLASTN=blastn #specify full path if you want to use a version of the program which is not in your PATH

contigs_files=$(find $CONTIGS_DIR -maxdepth 1 | grep "\\.contigs\\.fasta")
sanger_files=$(find $SANGER_DIR -maxdepth 1 | grep "reference.*\\.fasta")
Expand Down

0 comments on commit 5681c71

Please sign in to comment.