-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update RNA_calling.ipynb #478
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hi @Gou-29, thanks for adding more to the pipeline. I wonder, is there a reason u want to keep the STARtmp files? Based on the STAR author these are to be removed and also the STAR pipeline from TensorQTL remove them as well.
|
Hi @hsun3163 : in my running on single-ended data, there does not have a _STARtmp file so I removed that line. I do not know whether in PE data there will be one |
Per my understanding this is to rm the cache file in case STAR fail to do so themselves, could u push a new commit without it being deleted? |
Actually in my running, if I do not remove that line the code will return an error. |
@hsun3163: I just reproduced the error message: in .log file:
in console:
|
@Gou-29 Hmmm it is strange, is the tmp file ever generated on your case? |
Yes, when the pipeline is initially running, there will be three files end with |
@Gou-29 I have added various accommodations of the SE in my new PR, incorporating some changes you suggested. I will close this PR now. can you try to pull once my new pr is merged and see if that works? particularly the trim adaptor part |
@hsun3163: Thanks a lot for your updated pipeline! I have tested most parts of it can still, but there are two 3 issues:
|
Fix #475 in correct folder