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

broken code #13

Open
linuxbioinfoguy opened this issue Nov 27, 2019 · 3 comments
Open

broken code #13

linuxbioinfoguy opened this issue Nov 27, 2019 · 3 comments

Comments

@linuxbioinfoguy
Copy link

Hi, when executing, it broken and show the message as follow:

Checking possible paralogs...
Post processing mapped reads (MR)...Error in 1:nrow(junctBr$myFusionFinal) : argument of length 0
Calls: postProcessMappedRead -> refineJunctionBreak
Execution halted

But I could not find any line with the pattern "1:nrow(junctBr$myFusionFinal)" in the R code.

Thanks

J

@nghiavtr
Copy link
Owner

Hi,

Sorry for this bug.
The error should be from function refineJunctionBreak() called from postProcessMappedRead ().
The R code of this function can be found in FuSeq_functions.R
I am not sure what happened but it is likely that in your data there are no fusion candidates discovered from the mapped-read pipeline.

Best,
Nghia

@linuxbioinfoguy
Copy link
Author

Thanks, let's see if I could fix that, the reason is that even there is no fusion detected, it probably better to keep the script unbroken and generate a report even it is empty.

Thanks

J

@nghiavtr
Copy link
Owner

nghiavtr commented Dec 5, 2019

Right, it should run smoothly. I will try to fix this in the next version of FuSeq.
Thank you for reporting this bug.

Best,
Nghia

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

No branches or pull requests

2 participants