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

Custom protocol patch #42

Merged
merged 3 commits into from
Nov 7, 2020
Merged

Custom protocol patch #42

merged 3 commits into from
Nov 7, 2020

Conversation

sirselim
Copy link
Contributor

@sirselim sirselim commented Mar 1, 2020

Implemented a fix for issue 41, where --protocol custom wasn't being accepted. This was due to miRtrace not having a defined argument for custom, which caused it to error out.

Also added some documentation to make it clearer that there is a custom option for users to define their own adapter and trimming parameters if required.

sirselim added 2 commits March 2, 2020 11:30
A quick patch to fix the handling of --protocol (specifically custom) options when passing off to miRtrace.
Amended documentation around `--protocol` to better reflect that the user can use a custom protocol and provide their own adapter and trimming parameters.
main.nf Outdated
@@ -722,7 +723,7 @@ process mirtrace {
mirtrace qc \\
--species $params.mirtrace_species \\
$primer \\
--protocol $protocol \\
$protocol_opt $protocol \\
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
$protocol_opt $protocol \\
$protocol_opt \\

I think that the current code will output the protocol name twice..

Copy link
Member

Choose a reason for hiding this comment

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

Resolved within fixing the merge conflicts

@ewels ewels mentioned this pull request Nov 7, 2020
6 tasks
@ewels
Copy link
Member

ewels commented Nov 7, 2020

Merging despite failing tests so that I can bring this change into #55

@ewels ewels merged commit e9ef3a8 into nf-core:dev Nov 7, 2020
ewels added a commit to ewels/nf-core-smrnaseq that referenced this pull request Nov 7, 2020
nschcolnicov pushed a commit that referenced this pull request Oct 10, 2024
- drop input check and replace with groovy function (fixes #43)
- move bclconvert to subworkflow to emit fastq with metadata (fixes #42)
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