tkrahn / extract23

Extract a simulated 23andMe (V3) style file from a Whole Genome BAM file
GNU General Public License v3.0
28 stars 5 forks source link

A typo #4

Closed napobo3 closed 7 years ago

napobo3 commented 7 years ago
echo "======================================== EXRACT23 ======================================="
        echo "Usage: "
        echo "extract23.sh -b <sorted_hg19_bamfile.bam> -r <hg19_ref.fasta> [-t <23andMe_V3_hg19_ref.tab.gz>] [-o output.txt] [-v]"
        echo "  Parameters:"

Should be :

echo "======================================== EXTRACT23 ======================================="
        echo "Usage: "
        echo "extract23.sh -b <sorted_hg19_bamfile.bam> -r <hg19_ref.fasta> [-t <23andMe_V3_hg19_ref.tab.gz>] [-o output.txt] [-v]"
        echo "  Parameters:"
tkrahn commented 7 years ago

Thank you. Fixed in version 1.2

napobo3 commented 7 years ago

The fix was tested.