Open tamsen opened 3 years ago
Is there a reason why the bioconda recipe is still on 5.2.10.49 ?
I didn't personally set any of the Pisces/conda integration up, but presumably b/c that is the latest release on the fork conda is tracking. 5.2.10.49 is the most recent official illumina version.
@tamsen if we want to include this tool in Galaxy (galaxyproject.org) to you recommend your fork or should we work with the stable version. Our users mainly use HPC and Linux-based clouds.
I recommend my fork. Should be much more friendly and stable for HPC and Linux.
Ok cool, then we would try to update the Bioconda recipe pointing to your fork. Thanks.
For those interested interested in doing their own debugging or dev work on Pisces and you don't have windows, I have a not-official-illumina-release personal fork with a more Linux-friendly version of Pisces available. This version does not require dotnet to be installed as a pre-req to running Pisces, and supports development & debugging on Linux OS. (I have been using Visual Studio Code 1.43.2 on Ubuntu and it seems really nice..)
repo : https://github.com/tamsen/Pisces/ latest binaries : https://github.com/tamsen/Pisces/releases/tag/v5.3.0.0 wiki: https://github.com/tamsen/Pisces/wiki
best Tamsen