Open david-a-parry opened 6 years ago
I also got this..
bump
this is a known issue, but there are no plans for a future Canvas release. Please use the workaround mentioned above (use expected directory structure).
Given the cumbersome nature of the workaround and the lack of any future release, would someone be willing to point me to where in the code the problem arises so that I can fork and fix this issue myself without trawling through all the source code?
Unfortunately there are some binary library dependencies (NuGet packages) that we haven't included in the repo so it won't be possible to build from source at the moment. I could give them to you if you really want to give it a shot, but it doesn't seem worth the effort. Setting up the reference genome is a one time task involving downloading from S3 so creating the correct directory structure at that time shouldn't be too cumbersome.
Hi,
Using the precompiled release Canvas-1.38.0.1554+master_x64, I run into the following error when running the SmallPedigree-WGS workflow:
It appears that despite providing the location of the --genome-folder containing GenomeSize.xml when invoking the SmallPedigree-WGS workflow, the CanvasPedigreeCaller expects 'Sequence/WholeGenomeFasta/GenomeSize.xml' to be present in the parent directory of my 'Canvas-1.38.0.1554+master_x64' folder (or equivalently, two folders above the location specified using the --genome-folder argument). The workflow completes successfully if I add the file where the program expects it, but it would be great if this could be fixed so I don't have to clutter my directory in order to get this to run or remember this fix when running on a different machine.
Thanks
Dave