-
Notifications
You must be signed in to change notification settings - Fork 127
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
fix testdata file #120
fix testdata file #120
Conversation
|
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.
Just made a small comment regarding the versioning of the sample sheet, otherwise looks good to me 🍬
@@ -1,7 +1,9 @@ | |||
# nf-core/smrnaseq: Changelog | |||
|
|||
## v1.3.0dev - [2021-09-15] | |||
## v2.0.0dev - [2021-09-15] |
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.
😍
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.
Yes I think a 2.0.0 is justified here!
mature = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/mature.fa' | ||
hairpin = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/hairpin.fa' | ||
mirna_gtf = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/hsa.gff3' | ||
input = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/testdata/samplesheet.csv' |
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.
Maybe we could implement a similar versioning such as in the rnaseq pipeline e.g. https://github.com/nf-core/test-datasets/tree/rnaseq/samplesheet/v3.4
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.
Great idea, especially if some potential future changes are coming in that might have to adjust the format at some point again 👍🏻
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.
ok, should I merge and then coordinate this? or do you want to do it now?
@@ -1,7 +1,9 @@ | |||
# nf-core/smrnaseq: Changelog | |||
|
|||
## v1.3.0dev - [2021-09-15] | |||
## v2.0.0dev - [2021-09-15] |
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.
Yes I think a 2.0.0 is justified here!
mature = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/mature.fa' | ||
hairpin = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/hairpin.fa' | ||
mirna_gtf = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/hsa.gff3' | ||
input = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/testdata/samplesheet.csv' |
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.
Great idea, especially if some potential future changes are coming in that might have to adjust the format at some point again 👍🏻
I merge this PR. A new PR will address the requested changes regarding test-datasets versioning 🚀 |
Last bit of the migration, point to the right test data for the current version and update mirtop version container.
PR checklist
nf-core lint .
).nextflow run . -profile test,docker
).CHANGELOG.md
is updated.