Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Problem running runMantaWorkflowDemo #77

Open
tillea opened this issue May 2, 2017 · 5 comments
Open

Problem running runMantaWorkflowDemo #77

tillea opened this issue May 2, 2017 · 5 comments

Comments

@tillea
Copy link

tillea commented May 2, 2017

I'm a member of the Debian Med team which is a group inside Debian with the objective to package free software in life sciences and medicine for official Debian. So I intended to include manta into Debian and have tried some packaging attempt. I need to confess that I patched the build system to use zlib, htslib, samtools and pyflow to use the Debian packaged version. The issue described below is happening with manta release tag 1.1.0 and seems to be related to pyflow. I made sure that the Debian version is 1.1.4 as specified inside the cmake check. (I noticed that manta 1.0.2 was checking for pyflow 1.1.2.) When running runMantaWorkflowDemo.py to verify whether manta works as expected I'm running into

 [ERROR] AttributeError: 'WorkflowOptions' object has no attribute 'minCandidateVariantSize'

I've attached the full log created by this script.
Any idea what might went wrong?
Kind regards, Andreas.

@ctsa
Copy link
Contributor

ctsa commented May 3, 2017

Thank you for working to package Manta for Debian. I understand that the default manta build design is inclined towards vendoring many of our dependencies, which is going to make this process harder -- we'd like to improve the situation with more flexible options in the build system. If you can expose your build edits on a branch/fork somewhere we might be able to discuss what can developed into new build options.

Regarding the immediate issue:

@tillea
Copy link
Author

tillea commented May 3, 2017 via email

@tillea
Copy link
Author

tillea commented May 4, 2017 via email

@ctsa
Copy link
Contributor

ctsa commented May 15, 2017

It looks like you've patched the code to look for the ini file in /etc/manta, but the code which installs the ini file to the bin directory here:

https://github.com/Illumina/manta/blob/master/src/python/bin/CMakeLists.txt#L33

...is unchanged (or I missed that in your patches?)

@tillea
Copy link
Author

tillea commented May 18, 2017 via email

x-chen pushed a commit that referenced this issue Sep 22, 2017
MANTA-1043 Add more read statistics when 'too few read pair observation' error
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants