We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a82e7 commit 52a91f4Copy full SHA for 52a91f4
1 file changed
.github/workflows/ci.yml
@@ -125,8 +125,8 @@ jobs:
125
env:
126
DECRYPT_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
127
run: |
128
- mkdir -v non-free
129
- curl -L https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/software/netMHCpan-4.1b.Linux.tar.gz.gpg | ${GITHUB_WORKSPACE}/bin/decrypt | tar -C non-free -v -x
+ curl -L -o netMHCpan-4.1b.Linux.tar.gz.gpg https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/software/netMHCpan-4.1b.Linux.tar.gz.gpg
+ gpg --batch --yes --pinentry-mode=loopback --passphrase "${{ secrets.GPG_PASSPHRASE }}" --output ${GITHUB_WORKSPACE}/netMHCpan-4.1b.Linux.tar.gz --decrypt netMHCpan-4.1b.Linux.tar.gz.gpg
130
131
- name: Install Nextflow
132
uses: nf-core/setup-nextflow@v1
0 commit comments