Skip to content

Commit

Permalink
update hgnc
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 26, 2021
1 parent a81a543 commit e954a19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 135 deletions.
1 change: 1 addition & 0 deletions datasets/hgnc/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

dataset_to_process: "hgnc"
# THIS FILE IS NOT USED BY GITHUB ACTIONS

## For XML workflows
# dir_to_process:
Expand Down
4 changes: 2 additions & 2 deletions datasets/hgnc/download/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
## Download sample TSV files from GitHub (OMOP CDM mappings, about 15M)
wget -N ftp://ftp.ebi.ac.uk/pub/databases/genenames/hgnc/tsv/hgnc_complete_set.txt

# Convert TSV to CSV for RMLStreamer
# Convert TSV to CSV for RML Mapper
sed -e 's/"//g' -e 's/\t/","/g' -e 's/^/"/' -e 's/$/"/' -e 's/\r//' hgnc_complete_set.txt > hgnc.csv

##Example to run quick python scripts:

# pip install pandas

# python3 <<HEREDOC
# import pandas as pd
# csv_table=pd.read_table('hgnc_complete_set.tsv',sep='\t')
Expand Down
133 changes: 0 additions & 133 deletions datasets/hgnc/process-hgnc.ipynb

This file was deleted.

0 comments on commit e954a19

Please sign in to comment.