Skip to content

Commit

Permalink
Remove double date from post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Apr 15, 2024
1 parent 69dbf77 commit 2e29dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion latest

This file was deleted.

8 changes: 4 additions & 4 deletions post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir dist/system
mkdir dist/system/umgap
mkdir dist/system/umgap/${UMGAP_VERSION}

printf '${UMGAP_VERSION}\n' > latest
ln -s "/mnt/datapept/${UMGAP_VERSION}/2024-03-07/taxons.tsv" "dist/system/umgap/${UMGAP_VERSION}/taxons.tsv"
ln -s "/mnt/datapept/${UMGAP_VERSION}/2024-03-07/tryptic.fst" "dist/system/umgap/${UMGAP_VERSION}/tryptic.fst"
ln -s "/mnt/datapept/${UMGAP_VERSION}/2024-03-07/ninemer.fst" "dist/system/umgap/${UMGAP_VERSION}/ninemer.fst"
printf "${UMGAP_VERSION}\n" > latest
ln -s "/mnt/datapept/${UMGAP_VERSION}/taxons.tsv" "dist/system/umgap/${UMGAP_VERSION}/taxons.tsv"
ln -s "/mnt/datapept/${UMGAP_VERSION}/tryptic.fst" "dist/system/umgap/${UMGAP_VERSION}/tryptic.fst"
ln -s "/mnt/datapept/${UMGAP_VERSION}/ninemer.fst" "dist/system/umgap/${UMGAP_VERSION}/ninemer.fst"

0 comments on commit 2e29dc4

Please sign in to comment.