diff --git a/ProcessDailyMed.sh b/ProcessDailyMed.sh new file mode 100644 index 0000000..0bce972 --- /dev/null +++ b/ProcessDailyMed.sh @@ -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 \ No newline at end of file diff --git a/ProcessPMC.sh b/ProcessPMC.sh new file mode 100644 index 0000000..c1d1931 --- /dev/null +++ b/ProcessPMC.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo "Processing of PubMedCentral files is starting!" +java -jar TableAnnotator.jar PMCSmall PMC makestats -compexclassify -doie -ld -databasesave \ No newline at end of file