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

Make cutadapt primer's position ext.arg #409

Open
svarona opened this issue Jan 12, 2024 · 0 comments
Open

Make cutadapt primer's position ext.arg #409

svarona opened this issue Jan 12, 2024 · 0 comments
Assignees
Labels
enhancement Improvement for existing functionality
Milestone

Comments

@svarona
Copy link
Contributor

svarona commented Jan 12, 2024

Description of feature

In cutadapt module for primer sequence trimming, in de novo assembly subworkflow, primer sequences are given as -A and -a by default:

def paired = meta.single_end ? "-a file:adapters.sub.fa" : "-a file:adapters.sub.fa -A file:adapters.sub.fa"

It would be nice to set this as an ext.arg, so each one can decide if their primers are in the 3' (-a/-A) or 5' (-g/-G) of the reads.

This is done already in the nf-core's cutadapt module, so replacing the local module with the nf-core one's could fix it:
https://github.com/nf-core/modules/blob/master/modules/nf-core/cutadapt/main.nf

@svarona svarona added the enhancement Improvement for existing functionality label Jan 12, 2024
@svarona svarona added this to the 2.7 milestone Apr 22, 2024
@svarona svarona self-assigned this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement for existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant