Skip to content

Commit

Permalink
Update RefMapOpt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuritz committed May 2, 2024
1 parent 9147dd8 commit 414d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/RefMapOpt.sh
Expand Up @@ -507,7 +507,7 @@ do
echo $k >> rand.proc
done

echo -e "Mean_Coverage_PerContig\tMeanCoverage_PerContig_NoZero\tContigs\tMean_NumberOfContigs_Mapped\tK1\tK2\tSUM_Mapped\tSUM_Properly\tMean_Mapped\tMean_Properly\tMisMatched" > mapping.results
echo -e "Mean_Coverage_PerContig\tMeanCoverage_PerContig_NoZero\tContigs\tMean_NumberOfContigs_Mapped\tK1\tK2\tSUM_Mapped\tSUM_Properly\tMean_Mapped\tMean_Properly\tMean_MisMatched" > mapping.results

for ((r = $1; r <= $2; r++));
do
Expand Down

0 comments on commit 414d6f3

Please sign in to comment.