Guest User

Untitled

a guest
Jan 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. ga4gh_repo init --force registry.db
  2. ga4gh_repo add-dataset registry.db 1kgenomes \
  3. --description "Variants from the 1000 Genomes project"
  4. ga4gh_repo add-referenceset registry.db hs37d5.fa.gz \
  5. -d "GRCh37 assembly of the human genome" --name GRCh37 \
  6. --sourceUri "ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/technical/reference/phase2_reference_assembly_sequence/hs37d5.fa.gz"
  7. ga4gh_repo add-ontology registry.db so-xp-dec.obo -n so-xp
  8. ga4gh_repo add-variantset registry.db 1kgenomes /data/ --name phase3-release \
  9. --referenceSetName GRCh37
Add Comment
Please, Sign In to add comment