Re-implement netmhcpan41b test#272
Closed
jonasscheid wants to merge 7 commits intonf-core:update-netmhc-testsfrom
Closed
Re-implement netmhcpan41b test#272jonasscheid wants to merge 7 commits intonf-core:update-netmhc-testsfrom
jonasscheid wants to merge 7 commits intonf-core:update-netmhc-testsfrom
Conversation
|
| @@ -7,4 +7,4 @@ gpg \ | |||
| --yes \ | |||
| --decrypt \ | |||
| --passphrase="$DECRYPT_PASSPHRASE" \ | |||
Contributor
There was a problem hiding this comment.
Maybe you need GPG_PASSPHRASE here as well
Collaborator
Author
There was a problem hiding this comment.
Trying to not use this file anymore, rather wanted to have it direclty in the ci.yml..
But then I get
https://github.com/nf-core/epitopeprediction/actions/runs/14037543099/job/39299198089?pr=272
Not sure if echo "" | gpg --batch --import somehow shows me that the secrets variable in echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import is not accessed
Collaborator
Author
|
Secrets can only be used from within the repo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently can only test NetMHCpan-4.1b. NetMHCIIpan-4.3 is > 100MB and cannot be compressed <25MB for GH CI tests.
PR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).