Illumina / Pisces

Somatic and germline variant caller for amplicon data. Recommended caller for tumor-only workflows.
GNU General Public License v3.0
96 stars 16 forks source link

Build fails if source code is in path containing spaces #8

Open gwennberry opened 6 years ago

gwennberry commented 6 years ago

Running dotnet build on the command line normally works just fine, but if you happen to be keeping your source in a directory that contains spaces somewhere up the line, a couple of redist copy steps fail. My guess is a couple of well-placed quotes would fix this. :)

bc322 commented 6 years ago

Hi gwennberry,

I get the same error when I run "dotnet build" in Terminal on MacOS. Both Alignment.logic and VcfCompare fail during the redist copy step. However, there aren't any spaces in the path specifying the location where the source code is saved.

Do you (or someone else) have an idea how this issue can be solved?

Thanks a lot!