Closed msnyder424 closed 2 years ago
@msnyder424 Thanks very much for this! I think your recipe indicating 1.1.0 might be just a bit out of date, and there's a chance this is a bug we very recently fixed. Is there any chance you can try again with the 1.2.1, which is the most recent? I think you'd be best ensuring it was the most recent build. I get the sense with you showing the recipe you'd be able to navigate which build is installed, but otherwise I'm happy to help.
Hello
I second that. This seems very similar to issue #40 (though the issue discussion has diverted to other problems). If at all possible could you confirm that the problem persists if you run conda update -c bioconda falco
(and ensure that falco --version
says it is 1.2.1)? Thank you!
@andrewdavidsmith which build is the most recent: falco 1.2.1 h3d8d00f_2 bioconda falco 1.2.1 h9f5acd7_0 bioconda falco 1.2.1 h9f5acd7_1 bioconda
for the record just specifying 1.2.1 in the recipe fixed the issue, but it says im using "build_string": "h3d8d00f_2"
it's the highest build number (2): falco 1.2.1 h3d8d00f_2 bioconda
the most recent release had to go through a few iterations to work properly on conda.
Thanks again @msnyder424 We will see what we can do to make sure it's cleaner when people have to look at those build ids. We had some challenges recently, hence the 3 builds for the same version.
perfect. i'll close this since. sorry about the outdated version. i think when i looked a few weeks ago 1.1.0 was the most recent. @guilhermesena1 if only there was a conda test repo just like the pypi test repo...
thanks all for the very quick response!
for the record no version in the recipe file got me the most recent version and build
hi! i'm trying to use the most recent version of falco. i created a conda env with a recipe file as below.
in that env when i tried processing a 73M bam file the output looked like so:
but then it just hung for about an hour, after which point i just killed it. fastqc_data.txt had some data in it, but fastqc_report.html and summary.txt were empty files. i was able to process the exact same bam file with falco v1.0.0 also installed with conda. seems like a bug report here.
thanks!