-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,21 +20,12 @@ params { | |
max_time = 6.h | ||
|
||
// Input data | ||
// input = 'https://raw.githubusercontent.com/nf-core/test-datasets/smrnaseq/testdata/samplesheet.csv' | ||
// Genome references | ||
// bt_indices = [ | ||
// 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference' | ||
// ] | ||
// gtf = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference/genes.gtf' | ||
// mature = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference/mature.fa' | ||
// hairpin = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference/hairpin.fa' | ||
// mirna_gtf = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference/hsa.gff3' | ||
|
||
input = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/testdata/samplesheet.csv' | ||
fasta = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/genome.fa' | ||
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 commentThe 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 commentThe 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 commentThe 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? |
||
fasta = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference/genome.fa' | ||
mature = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference/mature.fa' | ||
hairpin = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference/hairpin.fa' | ||
mirna_gtf = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/reference/hsa.gff3' | ||
mirtrace_species = "hsa" | ||
skip_mirdeep = true | ||
|
||
|
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!