Skip to content

Commit

Permalink
Fix download command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Dec 15, 2020
1 parent 9336763 commit 216f6b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ if ! [[ "$ACTION" =~ ^(toy|unit)$ ]]; then
;;
amr)
curl -L --insecure --remote-name-all https://amr.isi.edu/download/2016-03-14/alignment-release-{training,dev,test}-bio.txt
rename 's/.txt/.amr/' alignment-release-*-bio.txt
mv alignment-release-training-bio.txt alignment-release-training-bio.amr
mv alignment-release-dev-bio.txt alignment-release-dev-bio.amr
mv alignment-release-test-bio.txt alignment-release-test-bio.amr
CONVERT_DATA=alignment-release-dev-bio.amr
TRAIN_DATA=alignment-release-training-bio.amr
DEV_DATA=alignment-release-dev-bio.amr
Expand Down

0 comments on commit 216f6b9

Please sign in to comment.