symlink working? (github actions error)

This commit is contained in:
JoseEspinosa 2020-03-06 12:02:40 +01:00
parent 4312ddc1fe
commit 5de4c86bac

View file

@ -19,6 +19,9 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
ls -la test-datasets/tools/tcoffee/input/
echo "============"
rm ./test-datasets/tools/tcoffee/input/BBA0001.tfa
cp test-datasets/general/fasta/msa/BBA0001.tfa ./test-datasets/tools/tcoffee/input/
- name: Install Nextflow
run: |