You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ABignaud, I noticed you are using dnaglider in your smk workflow 😁
Unfortunately I did not make it into a conda package, which is a shame because Go is only required to compile it (and not run it).
As I don't have time to make a go pkg now, maybe a more convenient alternative for you would be seqkit, another go package which is on bioconda.
Yes I agree it would have been better to avoid the dependency issues. I just start to do the workflow to compile the analysis pipelines I used to generates the figures for the paper. I used the output of dnaglider to generate the GC file (outside the workflow at the beginning) used in the analysis so that's why I used it in the rule even if the dependency is painful.
Makes sense, I added an issue on cmdoret/dnaglider#4 (comment) I am not sure when I will have time to make a conda package, but providing a dockerfile should be fairly simple (and better than nothing).
Hi @ABignaud, I noticed you are using dnaglider in your smk workflow 😁
Unfortunately I did not make it into a conda package, which is a shame because Go is only required to compile it (and not run it).
As I don't have time to make a go pkg now, maybe a more convenient alternative for you would be seqkit, another go package which is on bioconda.
Here:
transcription_T7_analysis/rules/04_ecoli_matrix_analysis.smk
Lines 15 to 22 in 8de68b1
You could have something like this instead:
This would allow you to just add seqkit to the conda env and drop go from dependencies
The text was updated successfully, but these errors were encountered: