-
Notifications
You must be signed in to change notification settings - Fork 150
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
Make replicates explicit in samplesheet #349
Conversation
|
@@ -17,7 +17,7 @@ params { | |||
config_profile_description = 'Full test dataset to check pipeline function' | |||
|
|||
// Input data for full size test | |||
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/chipseq/samplesheet/v2.0/samplesheet_full.csv' | |||
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/chipseq/samplesheet/v2.1/samplesheet_full.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.
This file isn't in the correct format:
EZH2_IP_NTKO,s3://ngi-igenomes/test-data/chipseq/SRX541384_T1.fastq.gz,,1,EZH2,INPUT_NTKO_REP1
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.
Good spot, corrected now, thanks!
Make replicates explicit and add
control_replicate
field to samplesheet.Closes #343
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.