Closed mvdbeek closed 7 years ago
Yes, I developed the wrapper to mine paired-end datasets, indeed, and it works. The current test-data is a nasty trick to turn around the large size of Bam needed to avoid the type of error you report !
Regarding your error, it sounds familiar to me: I got it when I was trying to downsample a paired-end dataset for the tool test. I would say the crash comes from the python script that computes the mean and stdev of fragment length in the paired-end library. It may comes from the library itself. You'll see it if you do the analysis with command lines. We could make this script optional in the wrapper and implement mean and stdev manually from the tool form. However, I never had the error myself with my true datasets (7 human paired-end). Keep me posted !
I got it, it's because you're filtering for readgroup with samtools view -r readgroup
.
This is not a problem if you don't set the readgroups, but if you do set them it will just not output any reads.
I'm opening a PR in a minute.
So the tumor-normal in the problem description was a red herring.
Should be solved by #102
Hey @drosofff,
have you tried lumpy already with
paired-end inputTumour-Normal input? I'm getting:These were my input parameters (mostly standard, except for read length):
I'll have a look if I can figure out what's wrong