We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In cutadapt module for primer sequence trimming, in de novo assembly subworkflow, primer sequences are given as -A and -a by default:
viralrecon/modules/local/cutadapt.nf
Line 25 in 3731dd3
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.
ext.arg
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
The text was updated successfully, but these errors were encountered:
svarona
No branches or pull requests
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:
viralrecon/modules/local/cutadapt.nf
Line 25 in 3731dd3
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
The text was updated successfully, but these errors were encountered: