aboutsummaryrefslogtreecommitdiff
path: root/workflows/pull-data/genbank/README.md
blob: c235be7cfa716efc6c39cf1869c1bc2d79ac4034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# pipeline

```sh
# --- get list of IDs already in PubSeq
sparql-fetch-ids > pubseq_ids.txt
# --- fetch XML
update-from-genbank.py --skip pubseq_ids.txt --outdir ~/tmp/genbank
# --- Transform to YAML and FASTA
transform-genbank-xml2yamlfa --dir ~/tmp/genbank id --outdir ~/tmp/pubseq
```

# TODO

- [ ] Add id for GenBank accession - i.e. how can we tell a record is from GenBank