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

Commit

Permalink
Update Calculate_error_rate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestSi authored Dec 18, 2019
1 parent c41fcac commit 906186b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Calculate_error_rate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
READS=$1
REFERENCE=$2

MINIMAP2=/path/to/minimap2
SAMTOOLS=/path/to/samtools
MINIMAP2=minimap2 #specify full path if you want to use a version of the program which is not in your PATH
SAMTOOLS=samtools #specify full path if you want to use a version of the program which is not in your PATH

SAMPLE_NAME=$(echo $(basename $READS) | sed 's/\.fast.//g')
WORKING_DIR=$(dirname $(realpath $READS))
Expand Down

0 comments on commit 906186b

Please sign in to comment.