Skip to content

Commit

Permalink
syntax whoops; for geneontology/pipeline#382
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Aug 11, 2024
1 parent 20bbb9b commit 0bf85ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ GOA_UNIPROT_ALL = target/groups/goa/goa_uniprot_all_noiea.gpi target/groups/goa/
target/groups/goa/goa_uniprot_all_noiea.gaf: target/alltaxons.txt target/groups/goa/goa_uniprot_all-src.gaf.gz
cp target/groups/goa/goa_uniprot_all-src.gaf.gz target/groups/goa/goa_uniprot_all.gaf.gz
cp target/groups/goa/goa_uniprot_all-src.gaf.gz target/groups/goa/goa_uniprot_all_noiea.gaf.gz
gzip -dcf target/groups/goa/goa_uniprot_all-src.gaf.gz | target/groups/goa/goa_uniprot_all.gaf
gzip -dcf target/groups/goa/goa_uniprot_all-src.gaf.gz | target/groups/goa/goa_uniprot_all_noiea.gaf
gzip -dcf target/groups/goa/goa_uniprot_all-src.gaf.gz > target/groups/goa/goa_uniprot_all.gaf
gzip -dcf target/groups/goa/goa_uniprot_all-src.gaf.gz > target/groups/goa/goa_uniprot_all_noiea.gaf
rm -f target/groups/goa/goa_uniprot_all-src.gaf target/groups/goa/goa_uniprot_all.gaf || true

RDF_GEN = rdfgen.py
Expand Down

0 comments on commit 0bf85ee

Please sign in to comment.