Skip to content

Commit

Permalink
Add stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 15, 2019
1 parent 7e53ecd commit 5b60c3a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions curation/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Curation
========
1. Generate a PubMed identifier list:

.. code-block:: sh
$ cat pubmeds.tsv | cut -f 1 | grep -e "^\d\+$" > pubmeds.txt
2. Generate curation sheet and pickles:

.. code-block:: sh
$ bel-enrichment from-pmids --pmids pubmeds.txt --output curation.tsv --pickle-file statements.pkl
15 changes: 15 additions & 0 deletions curation/pubmeds.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
PubMedID
19969070
21387008
25036103
30063760
21035514
28116245
28124620
29417334
26205378
25407931
24559646
25534921
X
X

0 comments on commit 5b60c3a

Please sign in to comment.