-
Notifications
You must be signed in to change notification settings - Fork 5
Template update3.1.1 #98
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
Conversation
|
erikrikarddaniel
left a comment
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.
Three questions/things to fix, then fine!
CITATIONS.md
Outdated
| - [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/) | ||
|
|
||
| > Andrews, S. (2010). FastQC: A Quality Control Tool for High Throughput Sequence Data [Online]. | ||
| > Andrews, S. (2010). FastQC: A Quality Control Tool for High Throughput Sequence Data [Online].- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/) |
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 doesn't look correct. Why is the [MultiQC] part there?
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.
fixed
nextflow.config
Outdated
| includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null" | ||
|
|
||
| // Load nf-core/magmap custom profiles from different institutions. | ||
| // TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs |
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.
Remaining TODO. Won't lint. I think this line (and the next) can be deleted as we don't have any pipeline-specific institute profile (yet).
| [ | ||
| name: 'Danilo Di Leo', | ||
| affiliation: '', | ||
| email: '', | ||
| github: '', | ||
| contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
| orcid: '' | ||
| ], | ||
| [ | ||
| name: ' Emelie Nilsson and Daniel Lundin', | ||
| affiliation: '', | ||
| email: '', | ||
| github: '', | ||
| contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
| orcid: '' | ||
| ], |
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.
Should be updated. My block:
[
name: 'Daniel Lundin',
affiliation: 'Linnaeus University, Kalmar, Sweden',
email: '[email protected]',
github: '@erikrikarddaniel',
contribution: [ 'author', 'maintainer' ],
orcid: 'https://orcid.org/0000-0002-8779-6464'
]
PR checklist
nf-core lint).nextflow run . -profile test,docker).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).No modules updates, I will wait after this PR is merged.