Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Wrap idmapping to SQL upload in codeformat box
  • Loading branch information
ChrisMoth authored Feb 28, 2022
1 parent 76f1cf5 commit 2c0c54e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ uniprot IDs, and excludes general Trembl entries.
Run lib/create_schema_Idmapping.sql, either as standard input to mysql, or by pasting into a GUI tool. The note the instructions
in the file to load table rows

```
$ cp data/HUMAN_9606_idmapping_sprot.dat.gz /tmp/Idmapping.gz
$ gunzip /tmp/Idmapping.gz
$ mysqlimport --ignore --verbose --fields-terminated-by='\t' --local -p --columns=unp,ID_type,ID pdbmap_v15 /tmp/Idmapping
```

### Uniparc Invariant sequence Idnetifiers
Every uniprot protein identifier is cross-referenced to a uniparc ID which uniquely specifies an amino acid sequence.
Expand Down

0 comments on commit 2c0c54e

Please sign in to comment.