Skip to content

There could be a mistake in bcftools/mpileup_bench/get_data.sh #2232

Description

@zengxiaofei

Dear developers,

Thank you for providing such a useful tool!

I think there could be a mistake in bcftools/mpileup_bench/get_data.sh

echo "Getting PacBio $reg"
samtools view -o pacbio_50x.bam --write-index -@8 https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/ChineseTrio/HG005_NA24631_son/NIST_BGIseq_2x150bp_100x/GRCh38/HG005_GRCh38_BGIseq-2x150-100x_NIST_20211126.bam $reg

echo "Getting BGI $reg"
samtools view -o bgi_100x.bam --write-index -@8 https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/ChineseTrio/HG005_NA24631_son/PacBio_CCS_15kb_20kb_chemistry2/GRCh38/GIAB_5mC_CpG/HG005.GRCh38.deepvariant.haplotagged.bam $reg

According to the URLs, the output file name for the first command should be bgi_100x.bam, while the output file name for the second comamnd should be pacbio_50x.bam.

I'm not sure whether this will have any impact on the conclusions and parameters on -X bgi (#2045 (comment)).

Best regards,
Xiaofei

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions