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

threads #216

Open
zengyuan-11 opened this issue Jan 6, 2025 · 4 comments
Open

threads #216

zengyuan-11 opened this issue Jan 6, 2025 · 4 comments
Labels
Question Questions about software use

Comments

@zengyuan-11
Copy link

Can I speed up the processing of TEtranscripts by increasing the number of threads? If so, how can I do that?

@olivertam olivertam added the Question Questions about software use label Jan 6, 2025
@olivertam
Copy link
Member

Hi,

If you wish to parallelize TEtranscripts, we would recommend running TEcount on each of your library to generate the count tables. You can then join them together and run DESeq2 afterwards to perform your differential analysis.

Thanks.

@zengyuan-11
Copy link
Author

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 &

@olivertam
Copy link
Member

olivertam commented Jan 7, 2025

Hi,

You can run TEcount as follows:

$ TEcount --sortByPos --format BAM -b [BAM file] --GTF re_gene.gtf --TE TE2.gtf --mode multi --outdir out1 --project [PREFIX]

Please note that each TECount run will use similar resources as the TEtranscripts run, so ensure that you have sufficient memory.

Thanks,

@zengyuan-11
Copy link
Author

Thank you very much for your answer. I understand now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Questions about software use
Projects
None yet
Development

No branches or pull requests

2 participants