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

tiny fixes and update logo and publications #284

Merged
merged 6 commits into from
Sep 28, 2020

Conversation

maxulysse
Copy link
Member

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

  • This comment contains a description of changes (with reason)
  • If you've fixed a bug or added code that should be tested, add tests!
  • If necessary, also make a PR on the nf-core/sarek branch on the nf-core/test-datasets repo
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: CONTRIBUTING.md

@maxulysse maxulysse changed the title Dev rackham tiny fixes and update logo and publications Sep 22, 2020
@maxulysse maxulysse marked this pull request as ready for review September 28, 2020 11:57
@maxulysse maxulysse requested a review from a team September 28, 2020 11:57
Copy link
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maxulysse maxulysse merged commit b5665b9 into nf-core:dev Sep 28, 2020
@maxulysse maxulysse deleted the dev_rackham branch September 28, 2020 12:12
"fa_icon": "fas fa-cut",
"description": "Run Trim Galore"
"description": "Run Trim Galore",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Copy link
Contributor

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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)",

@maxulysse
Copy link
Member Author

@mashehu thanks for the comments, I'll make another PR with the . at the end of the descriptions.

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.

3 participants