-
Notifications
You must be signed in to change notification settings - Fork 104
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 samplesheet validation #613
base: dev
Are you sure you want to change the base?
Conversation
Remove requirement for "fastq_2" (credit to @nvnieuwk)
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.1.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
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.
LGTM! Let's wait for @rannick to also take a look first though
You want to run single end?! I would like to add a "proceed with caution" documentation to that as several people have tried with various range of success, due to the fusion detection tool capabilities |
I will approve when you have gone through the doc and added the necessary warnings |
I would suggest to also incorporate input checks and log warnings as we did in smrnaseq in the |
I don't have single-end data, but I have reached out to a couple of Slack users that brought this issue up in the first place. Based on their feedback, we can decide how to proceed (e.g. update the docs, etc.). |
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
This reverts commit 11e0b18.
PR checklist
nf-core lint
).nextflow run . -profile debug,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).Removed the requirement for a value in the "fastq_2" column.
Credit goes to @nvnieuwk for identifying the problem and the fix.
Closes #612