John Blischak
John Blischak
To clarify: * The `lightning
So the errors [here](https://github.com/TileDB-Inc/TileDB-VCF/actions/runs/10605122018/job/29393261461) are `LNK2001` errors related to libfmt: ``` reader.obj : error LNK2019: unresolved external symbol "public: __cdecl fmt::v11::detail::locale_ref::locale_ref(class std::locale const &)" (??$?0Vlocale@std@@@locale_ref@detail@v11@fmt@@QEAA@AEBVlocale@std@@@Z) referenced in function "class std::basic_string...
> So the errors here are `LNK2001` errors related to libfmt: A quick post-mortem on this. I had been very puzzled why the libfmt errors we have observed in tiledb-vcf-feedstock...
@amyli21 Thanks for reading the tutorial and submitting a Pull Request! Your PR includes the files `readers/ali527.txt` and `readers/amyli.txt`. The goal is that every contributor names the files using their...
> Thank you for all of your work on this package! It has truly revolutionized my research workflow. @maggiedouglas Thanks for the amazing feedback! I'm delighted to hear workflowr has...
It's my understanding that TileDB-MariaDB only supports Linux and macOS at the moment. The CI only tests on Linux and macOS: https://github.com/TileDB-Inc/TileDB-MariaDB/blob/a95da6a9adfe8b0aec140611af7525f0db468220/.github/workflows/stable.yaml#L20 And the conda-forge recipe [explicitly skips the Windows...
I tried a few things on a separate branch, but still failing. * Tried an editable install with `-e` since sometimes this can help with resolving finding shared libraries. This...
Reminder of our options for fixing the Windows CI builds: * Fix the libfmt linking issues when building against more recent versions of libtiledb that link to conda-installed versions of...
For using an environment variable, can you try ` mkdir -p $log_dir/{rule}`? The `{}` are for substituting the Snakemake fields for a given rule. > Can I use a variable...
Another idea. For increased flexibility, you can run arbitrary Python code directly in the YAML file. I've never tried this myself, but for an example see @TomHarrop's profile [petrichor.config.yaml](https://gist.github.com/TomHarrop/c860722c8f50b9d0e65f03f225a87d04)