Skip to content

Commit

Permalink
Edited which output files we compress in export.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed May 25, 2024
1 parent 6b8abb1 commit e455d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion work/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ $JAVA_HOME/bin/java -Xmx64g -Dpaxtools.CollectionProvider=org.biopax.paxtools.tr
cat physical_entities.json | jq -cS 'map(select(.generic)) | reduce .[] as $o ({}; . + {($o.uri): {name: $o.name, label:$o.label, synonyms:$o."hgnc.symbol"}})' > generic-physical-entity-map.json

rename 's/txt\.sif/sif/' *.txt.sif
gzip *.txt *.sif *.gmt physical_entities.json
#compress the generated files except: blacklist.txt, generic-physical-entity-map.json
gzip pc-*.sif pc-*.gmt pc-*.txt datasources.txt pathways.txt uniprot.txt physical_entities.json

cd ..
echo "export.sh completed."

0 comments on commit e455d43

Please sign in to comment.