-
Notifications
You must be signed in to change notification settings - Fork 417
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
tiny fixes and update logo and publications #284
Conversation
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
"fa_icon": "fas fa-cut", | ||
"description": "Run Trim Galore" | ||
"description": "Run Trim Galore", |
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.
"description": "Run Trim Galore", | |
"description": "Run Trim Galore.", |
}, | ||
"clip_r1": { | ||
"type": "integer", | ||
"fa_icon": "fas fa-cut", | ||
"description": "Remove bp from the 5' end of read 1", | ||
"help_text": "With Trim Galore" | ||
"help_text": "With Trim Galore", |
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.
not a very helpful text, in my opinion. Would easily also fit into the description.
"fa_icon": "fas fa-cut", | ||
"description": "Run Trim Galore" | ||
"description": "Run Trim Galore", | ||
"hidden": true | ||
}, | ||
"clip_r1": { | ||
"type": "integer", | ||
"fa_icon": "fas fa-cut", | ||
"description": "Remove bp from the 5' end of read 1", |
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.
"description": "Remove bp from the 5' end of read 1", | |
"description": "Number of bp removed from the 5' end of read 1.", |
"fa_icon": "fas fa-save", | ||
"description": "Specify how many reads should be contained in the split FastQ file", | ||
"help_text": "If none specified, FastQs won't be split" | ||
"description": "Save trimmed FastQ file intermediates", |
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.
"description": "Save trimmed FastQ file intermediates", | |
"description": "Save trimmed FastQ file intermediates.", |
"description": "Specify how many reads should be contained in the split FastQ file", | ||
"help_text": "If none specified, FastQs won't be split" | ||
"description": "Save trimmed FastQ file intermediates", | ||
"help_text": "If none specified, FastQs won't be split", |
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.
"help_text": "If none specified, FastQs won't be split", | |
"help_text": "If none specified, FastQs won't be split.", |
"fa_icon": "fas fa-cut", | ||
"description": "Save trimmed FastQ file intermediates", | ||
"help_text": "If not used, FastQs won't be split" | ||
"description": "Specify how many reads should be contained in the split FastQ file", |
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.
"description": "Specify how many reads should be contained in the split FastQ file", | |
"description": "Specify how many reads should be contained in the split FastQ file.", |
}, | ||
"markdup_java_options": { | ||
"type": "string", | ||
"default": "-Xms4000m -Xmx7g", | ||
"fa_icon": "fas fa-memory", | ||
"description": "Establish values for GATK MarkDuplicates memory consumption", | ||
"help_text": "See https://github.com/SciLifeLab/Sarek/pull/689" | ||
"help_text": "See https://github.com/SciLifeLab/Sarek/pull/689", |
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.
"help_text": "See https://github.com/SciLifeLab/Sarek/pull/689", | |
"help_text": "See [https://github.com/SciLifeLab/Sarek/pull/689](https://github.com/SciLifeLab/Sarek/pull/689)", |
@mashehu thanks for the comments, I'll make another PR with the |
nf-core/sarek pull request
Many thanks for contributing to nf-core/sarek!
Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md