Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
Add commands to combine codingGenes-textMining csv files into a single csv
  • Loading branch information
spiekos authored Nov 30, 2023
1 parent 35c27b2 commit bf3332f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/biomedical/diseasesAtJensenLab/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ curl https://download.jensenlab.org/human_disease_experiments_full.tsv --output
# runs the script
python3 ../format_disease_jensen_lab.py


# combine coding genes from textmining into single csv file
( cat codingGenes-textMining-1.csv; tail -n +2 codingGenes-textMining-2.csv ) > codingGenes-textMining.csv
rm codingGenes-textMining-*.csv

0 comments on commit bf3332f

Please sign in to comment.