-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bugs fixed for oncofuse #407
Conversation
disable tophat input for now only works for GRCh37/hg19 genome
add checks to make sure the junction file exists before running oncofuse
I added checks for an empty fusion file from STAR or Tophat and resumed support for tophat |
upload to final is handled as well; please let me know if I missed anything |
Thanks Paul, sorry for the delay I haven't gotten around to testing this yet. |
thanks Rory for taking a look, I am just closing overlapping issues. I kept #383 for this case |
Hi Paul, Thanks! I tested this today-- it looks like it fails if there are no fusions found:
This is on the fusion test in the unit tests. You can run it with nosetests -v -s -a fusion=True. If you edit data/automated/run_info-fusion.yaml and change tophat2 to star it will use star as the aligner. |
sorry @roryk, I forgot to handle to case where no fusions loaded, and my last commit is still not doing the right thing |
Oncofuse bug fixes. This should be considered pre-alpha, we haven't been able to validate the calls but this should get us started. Thanks to @tanglingfung for all of his awesome work.
Hi Paul, Awesome. Thanks for all of your work. It runs through the fusion test and spits out the oncofuse file, but it is empty because our test data doesn't have any fusion events. Do you have anything like a small test data set we could add that should have a fusion event in it? |
@roryk , thanks for merging. I am still asking author of oncofuse to see how I can best handle this case. for a small dataset for fusion test, @mjafin suggests a test data in the FusionMap bundle in #237 : |
it's for initial bug fixes for the oncofuse pipeline.
I disabled tophat fusion workflow for now, and star junction output should work fine for GRCh37/hg19 genome. oncofuse output follows hg19 chromosome name though. sorry for the long delays in the fix (for #237 and #383 )