Skip to content

Commit

Permalink
git clone mccortex v0.0.5 from Mykrobe-tools/mccortex
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt committed Sep 27, 2023
1 parent 1bf2270 commit edf1d7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Install dependencies
run: |
git clone --recursive -b geno_kmer_count https://github.com/phelimb/mccortex mccortex
git clone -b v0.0.5 --recursive https://github.com/Mykrobe-tools/mccortex mccortex
cd mccortex
make MAXK=31
cd ..
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
echo "clone mccortex"
rm -rf mccortex
git clone --recursive -b geno_kmer_count https://github.com/phelimb/mccortex
git clone -b v0.0.5 --recursive https://github.com/Mykrobe-tools/mccortex mccortex
cd mccortex/libs/htslib
git checkout bcf9bff178f81c9c1cf3a052aeb6cbe32fe5fdcc
cd ../bcftools
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY . "/${PROJECT}"
# install mccortex
WORKDIR "/tmp"

RUN git clone --recursive -b geno_kmer_count https://github.com/phelimb/mccortex \
RUN git clone -b v0.0.5 --recursive https://github.com/Mykrobe-tools/mccortex mccortex \
&& cd mccortex \
&& make MAXK=31 \
&& cp bin/mccortex31 /${PROJECT}/src/mykrobe/cortex/ \
Expand All @@ -45,4 +45,4 @@ RUN python -m pip install requests && python -m pip install . -vv

# download panels
RUN mykrobe panels update_metadata \
&& mykrobe panels update_species all
&& mykrobe panels update_species all
2 changes: 1 addition & 1 deletion ci/install_mykrobe_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python -m pip install -U pip

cd $MYKROBE_ROOT_DIR
rm -rf mccortex
git clone --recursive -b geno_kmer_count https://github.com/Mykrobe-tools/mccortex mccortex
git clone -b v0.0.5 --recursive https://github.com/Mykrobe-tools/mccortex mccortex
cd mccortex
make
cd ..
Expand Down

0 comments on commit edf1d7e

Please sign in to comment.