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

BreaKmer - error prepare_reference_data #35

Open
GuillaumeMEXP opened this issue Dec 1, 2017 · 1 comment
Open

BreaKmer - error prepare_reference_data #35

GuillaumeMEXP opened this issue Dec 1, 2017 · 1 comment

Comments

@GuillaumeMEXP
Copy link

Hello,

I am trying to use BreaKmer to look for structural variants on Ion Ampliseq data.
After connecting to the Blat server, I get this following error :

guillaume@guillaume-linux[guillaume] python /home/guillaume/Downloads/ccgd-profile-BreaKmer-3a38315/breakmer.py prepare_reference_data -c /home/guillaume/Documents/breakmer_test.cfg 
[E::knet_seek] SEEK_END is not supported for HTTP. Offset is unchanged
[E::knet_seek] SEEK_END is not supported for HTTP. Offset is unchanged
Traceback (most recent call last):
  File "/home/guillaume/Downloads/ccgd-profile-BreaKmer-3a38315/breakmer.py", line 71, in <module>
    RUN_TRACKER = breakmer_analysis.RunTracker(params.ParamManager(PARSER.parse_args()))
  File "/home/guillaume/Downloads/ccgd-profile-BreaKmer-3a38315/breakmer/params.py", line 51, in __init__
    self.set_params(arguments)
  File "/home/guillaume/Downloads/ccgd-profile-BreaKmer-3a38315/breakmer/params.py", line 80, in set_params
    self.set_insertsize_thresh()  # Set the expected insert size threshold from the properly mapped read pairs.
  File "/home/guillaume/Downloads/ccgd-profile-BreaKmer-3a38315/breakmer/params.py", line 263, in set_insertsize_thresh
    isSD = utils.stddev(utils.remove_outliers(insertSizes))  # Calculate the standard deviation of the sample read pairs insert sizes.
  File "/home/guillaume/Downloads/ccgd-profile-BreaKmer-3a38315/breakmer/utils.py", line 95, in remove_outliers
    H = 1.5 * (qnt2 - qnt1)
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'

I get the same error when I use a sorted or an unsorted .bam file.

Would anyone have a precious idea ?

Thanks a lot for your help !!
Best,

Will

@ryanabo
Copy link
Collaborator

ryanabo commented Dec 7, 2017

Not sure how supported this version is anymore - please try the branched version that I have worked to update: https://github.com/ryanabo/BreaKmer

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