Skip to content

Commit

Permalink
Limit mGAP to 24.7 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 8, 2025
1 parent cf861e8 commit 60cfada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/downloadMedGenomeScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
cd $DIRNAME

HOST=portal-us.medgenome.com
wget -nv -r -c --no-check-certificate --user= --password=${PW} --cut-dirs=1 --reject "index.html*" --reject-regex="_I1_|_I2_|Undetermined_" https://${HOST}/${USER}/FASTQ
wget -nv -r -c --no-check-certificate --user=${DIRNAME} --password=${PW} --cut-dirs=1 --reject "index.html*" --reject-regex="_I1_|_I2_|Undetermined_" https://${HOST}/${DIRNAME}/FASTQ
touch download.${DIRNAME}.done
find . -name '*.gz' -exec mv {} ./ \;

Expand Down
2 changes: 1 addition & 1 deletion servers/mgap/mgapSettings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
#mGAP:

MAJOR=24
MINOR_FULL="11"
MINOR_FULL="7"
MINOR_SHORT=$MINOR_FULL

LABKEY_HOME=/usr/local/labkey
Expand Down

0 comments on commit 60cfada

Please sign in to comment.