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

gz process #55

Open
wyim-pgl opened this issue Mar 30, 2022 · 1 comment
Open

gz process #55

wyim-pgl opened this issue Mar 30, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wyim-pgl
Copy link

Dear Sagnik Banerjee,
Finder use gunzip in RNA-Seq input, I think STAR and Olego could accept gz file, Finder might need to remove the step to facilitate the process, otherwise, it might integrate Pigz to use multithreads.
In terms of organism option, this seems for Codan, but it might need to use in STAR alignment. Since the vertebrate and in vertebrate has such a long intron, it might need to adjust the max intron option in STAR and Olego (default is 500,000) accordingly. If you use Olego as default option for plant, it might generate gene conjugation in tandem duplication. Of course, fixTranscriptsConnectingTwoTranscripts.py will resolve this.
In the part of downloading SRA, you might need to use parallelfastqdump to use multiple CPUs. Usually, bandwidth of system is limited, downloading multiple file together will not help a lot. In addition, sometimes SRA downloading is stalling and will generate error, it need to add SRA file validation step as well.
In terms of storage saving, the conversion and validation step from SRA downloading, you might need to delete them. Some part of alignment generate SAM files, you might need to add option to delete them during the process.
Thanks for this software.

@sagnikbanerjee15 sagnikbanerjee15 self-assigned this Mar 31, 2022
@sagnikbanerjee15 sagnikbanerjee15 added the enhancement New feature or request label Mar 31, 2022
@sagnikbanerjee15
Copy link
Owner

Hello @wyim-pgl,

Thank you so much for your interest in finder. I completely agree that the issue with STAR Olego and gz could be improved. I will try to address the issues and improve those.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants