-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache data for GHA #933
Cache data for GHA #933
Conversation
|
}, | ||
"test_data_base": { | ||
"type": "string", | ||
"default": "https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why rnaseq3
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created a subset of rnaseq
which contains only the data actually used in the tests
@@ -35,9 +35,33 @@ jobs: | |||
with: | |||
version: "${{ matrix.NXF_VER }}" | |||
|
|||
- name: Cache test data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could swear there was a way where we don't have to repeat this big block of code for every test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, but we'll rewrote the tests soon enough, so we'll fix that in a future PR
BTW, this works the same and still pulls data from github.
|
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).