mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
symlink working? (github actions error)
This commit is contained in:
parent
4312ddc1fe
commit
5de4c86bac
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tcoffee.yml
vendored
3
.github/workflows/tcoffee.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue