Skip to content

Commit

Permalink
Test install xz-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
leexgh committed Aug 22, 2024
1 parent cd04649 commit e9fb702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/import_mongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ curl https://genome-nexus-static-data.s3.amazonaws.com/mutationassessor4_for_gen
echo "Download completed."

echo "Extracting Mutation assessor data"
apt update && apt install -y xz-utils
apt install -y xz-utils
echo xz-utils version
xz --version
exho $(xz --version)
xz -k ${DIR}/../data/common_input/mutationassessor4_for_genome_nexus.tsv.xz

echo "Transforming Mutation assessor data"
Expand Down

0 comments on commit e9fb702

Please sign in to comment.