You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-v, --vcf VCF_FILE
a bgzipped VCF file (extension .vcf.gz), this file
also requires an index file (extension .vcf.gz.tbi)
-f, --fasta FASTA
Fasta file
-c, --chr CHROMOSOME
Chromosome to extract region from; check whether your
vcf uses 'chr1' or '1' formatting
-p, --pos POSITION_SNP
Position of the SNP
-a, --alt ALTERNATE_ALLELE
What the alternate allele is
Optional arguments:
-m, --mask MASK_CHARACTER
Do you want nearby SNPs labelled with iupac codes or
Ns?, Default = 'iupac', Alternate = 'N'
-s, --size SIZE_REGION
How much sequence either side of you SNP do you want?
Default = 200
-o, --output OUTPUT_FILE
What do you want to call the output file name? Default
= chr.pos
Example Usage and Output:
annotate_sequence --vcf polyReSeq.vcf.gz --fasta human_build37.fasta --chr chr11 --pos 64323183 --alt T --size 300 --output 11_64323183_poly
+ - - - - - - - - - - - - - - - - - - - - +
annotate_sequence-v2.0
+ - - - - - - - - - - - - - - - - - - - - +
Script run on: 21/03/16 17:15:50
Arguments in use:
--vcf polyReSeq.vcf.gz
--fasta human_build37.fasta
--chr chr11
--pos 64323183
--alt T
--mask iupac
--size 300
--output 11_64323183_poly
4 SNPs/variants were found within the extracted region.
chr11:64323080; [C/T]
chr11:64323312; [A/C]
chr11:64322891; [G/C]
chr11:64323183; [C/T]
annotate_sequence-v2.0 was successfully run.
A file called 11_64323183_poly.fasta was created.
A file called 11_64323183_poly.log was created.
A file called 11_64323183_poly.vcf was created.