Skip to content

Commit

Permalink
Download high-confidence_sINDEL_in_HC_regions_v1.2.vcf.gz from https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
genetronhealth committed May 27, 2022
1 parent 422554c commit a215de2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ if [ $(echo "${PAT}" | grep -c skip-ref) -eq 0 ]; then
getdata ftp://ftp.ncbi.nih.gov/snp/organisms/human_9606_b151_GRCh38p7/VCF/All_20180418.vcf.gz
zcat All_20180418.vcf.gz > All_20180418.vcf
$gatk4lowmem IndexFeatureFile -I All_20180418.vcf

getdata https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/seqc/Somatic_Mutation_WG/release/v1.2/High-Confidence_Regions_v1.2.bed
#getdata https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/seqc/Somatic_Mutation_WG/release/v1.2/high-confidence_sINDEL_in_HC_regions_v1.2.vcf.gz
getdata https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/seqc/Somatic_Mutation_WG/release/v1.2/high-confidence_sSNV_in_HC_regions_v1.2.vcf.gz
#bcftools index -f high-confidence_sINDEL_in_HC_regions_v1.2.vcf.gz
bcftools index -f high-confidence_sSNV_in_HC_regions_v1.2.vcf.gz
popd
popd
fi
Expand Down

0 comments on commit a215de2

Please sign in to comment.