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

Commit

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

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

wdir=$(realpath $(pwd))
reads_full=$wdir"/"$READS
Expand Down

0 comments on commit c41fcac

Please sign in to comment.