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

Improvements from our RNA-Seq pipeline #181

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

arteymix
Copy link

@arteymix arteymix commented Feb 22, 2022

Here are a few things we've improved in RSEM for our RNA-Seq pipeline.

  • use move instead of system(mv...) as it works across filesystems
  • use a temporary directory with auto cleanup for storing intermediary files, which is very friendly for HPC systems storing temporary results in scratch
  • export STAR Log.final.out to the final directory
  • fix incorrect examples in rsem-calculate-expression docs

I'm not expecting everything here will be retained, especially the shared memory option for STAR. I can reintroduce the two removed parameters to adjust the temporary dir location and conditionally set CLEANUP.

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

Successfully merging this pull request may close these issues.

1 participant