Skip to content
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

Merged
merged 12 commits into from
Jun 22, 2023

Conversation

JoseEspinosa
Copy link
Member

@JoseEspinosa JoseEspinosa commented Jun 20, 2023

Make replicates explicit and add control_replicate field to samplesheet.
Closes #343

PR checklist

  • This comment contains a description of changes (with reason).
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.

@github-actions
Copy link

github-actions bot commented Jun 20, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 2715175

+| ✅ 159 tests passed       |+
!| ❗   1 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-06-22 12:03:21

@JoseEspinosa JoseEspinosa marked this pull request as ready for review June 21, 2023 13:48
@@ -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'
Copy link
Contributor

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

Copy link
Member Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants