Skip to content

Commit

Permalink
- remove database removal for DOI and PMCID import
Browse files Browse the repository at this point in the history
  • Loading branch information
erlehmann committed Dec 3, 2012
1 parent 1e3e24d commit 3a9bb26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions oami_pmc_doi_import
@@ -1,8 +1,5 @@
#!/bin/sh #!/bin/sh


# clear database to get rid of old data
./oa-cache clear-database pmc_doi

# normal workflow for OAMI # normal workflow for OAMI
./oa-get download-metadata pmc_doi && \ ./oa-get download-metadata pmc_doi && \
./oa-cache find-media pmc_doi && \ ./oa-cache find-media pmc_doi && \
Expand Down
3 changes: 0 additions & 3 deletions oami_pmc_pmcid_import
@@ -1,8 +1,5 @@
#!/bin/sh #!/bin/sh


# clear database to get rid of old data
./oa-cache clear-database pmc_pmcid

# normal workflow for OAMI # normal workflow for OAMI
./oa-get download-metadata pmc_pmcid && \ ./oa-get download-metadata pmc_pmcid && \
./oa-cache find-media pmc_pmcid && \ ./oa-cache find-media pmc_pmcid && \
Expand Down

0 comments on commit 3a9bb26

Please sign in to comment.