-
Notifications
You must be signed in to change notification settings - Fork 31
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
threads #216
Comments
Hi, If you wish to parallelize Thanks. |
Thank you very much for your response. But I'm still a bit confused about how to run TEtranscripts separately. How can I modify this to run each sample in parallel? Could you provide an example?My current command is: nohup TEtranscripts --sortByPos --format BAM -t SRR14934120.bam SRR14934123.bam SRR14934127.bam SRR14934129.bam SRR14934131.bam -c SRR14934176.bam SRR14934189.bam SRR14934208.bam SRR14934210.bam SRR14934211.bam --GTF re_gene.gtf --TE TE2.gtf --mode multi --outdir out1 & |
Hi, You can run
Please note that each TECount run will use similar resources as the TEtranscripts run, so ensure that you have sufficient memory. Thanks, |
Thank you very much for your answer. I understand now. |
Can I speed up the processing of TEtranscripts by increasing the number of threads? If so, how can I do that?
The text was updated successfully, but these errors were encountered: