Skip to content

Commit

Permalink
Bash scripts for running
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolamilosevic86 committed Jul 19, 2016
1 parent 6454a03 commit 0bf3d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ProcessDailyMed.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
echo "Processing of DailyMed files is starting!"
java -jar TableAnnotator.jar DrugLabelSmall\prescription dailymed makestats -compexclassify -doie -ld -databasesave
3 changes: 3 additions & 0 deletions ProcessPMC.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
echo "Processing of PubMedCentral files is starting!"
java -jar TableAnnotator.jar PMCSmall PMC makestats -compexclassify -doie -ld -databasesave

0 comments on commit 0bf3d98

Please sign in to comment.