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

is possible to skip the adapter trimming? #2

Closed
lpantano opened this issue Aug 5, 2019 · 4 comments
Closed

is possible to skip the adapter trimming? #2

lpantano opened this issue Aug 5, 2019 · 4 comments

Comments

@lpantano
Copy link

lpantano commented Aug 5, 2019

Hi,

thanks for the awesome tool :)

I am adapting this tool to some pipelines, it is possible to skip the adapter trimming step, for instance, if you want to re-analyze the data and it comes already trimmed?

Thanks!

@yrin
Copy link
Contributor

yrin commented Aug 15, 2019

Hi,
It should be possible to simply not specify an adapter and thus bypassing trimming.
Please let me know if there are any issues with this.

Sorry for the late reply.

Best,

@lpantano
Copy link
Author

Hi,

Thanks! I will try that then, but happens with protocol option, by default is illumina, and if I don't specify adapter it would try to set up the adapter?

I can play around, but if you have a specific command that would work, I would take it :)

Cheers

@wenjingk
Copy link

Hi,

the default nucleotides for adapter trimming (-a option) is none. If you don't specify adapter it will bypass the trimming.

An example command could be: mirtrace qc -s species_of_your_sample input.fastq. If you need the QC-passed and collapsed reads in fasta format to the output folder, use -w option.

Let me know if anything is unclear. : )

Cheers

@lpantano
Copy link
Author

cool, this is working! thanks a lot!

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

No branches or pull requests

3 participants