Steffen Möller
Steffen Möller
Changes with some relevance to the package as a whole (like to the README.md) should go to the master branch and then be merged with the debian branch - sorry...
Would there be an honest young (or old or any-aged) unemployed individual at your local agency waiting for an opportunity to prove his/her skills (i.e. his/her skill to learn) and...
Hello, I am also running into this. ``` Error in curl::curl_fetch_memory(url, handle = handle) : error setting certificate verify locations: CAfile: microsoft-r-cacert.pem CApath: none Calls: assign ... request_fetch -> request_fetch.write_memory...
Hello, there is a circular dependency between lunar and jpl_eph. When compiling lunar first, I get: ``` cc -g -O2 -fdebug-prefix-map=/home/moeller/git/astro-team/pluto-lunar=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -I/usr/include/pluto -c alt_az.cpp alt_az.cpp:22:10:...
Ooops. My bad. It is both in jpl_eph (https://github.com/Bill-Gray/jpl_eph/blob/master/watdefs.h) and lunar (https://github.com/Bill-Gray/lunar/blob/master/watdefs.h). To avoid a conflict between the packages about which of the two places its version into /usr/include/pluto, I...
I have decided in favor of the "pluto-"-prefix and locally have a working package. In that process I found that the file watdefs.h is redundant with your jpl_eph package, which...
Dear Bill, Thank you for your very kind reply. The packages are now uploaded to the Debian distribution where they are manually checked for redistributability and that I have not...
I came up with ``` --- a/bin/calc_frag_hist.py +++ b/bin/calc_frag_hist.py @@ -57,6 +57,9 @@ print("Calclate fragment histogram") frag_path = os.path.abspath(args.frag_path) frag_hist = None +group_short = None +rep_short = None + #...
After addressing variable visibility, the error changes to ``` ERROR ~ Error executing process > 'NFCORE_CUTANDRUN:CUTANDRUN:FRAG_LEN_HIST' Caused by: Process `NFCORE_CUTANDRUN:CUTANDRUN:FRAG_LEN_HIST` terminated with an error exit status (1) Command executed: calc_frag_hist.py...
3.2.1 is out. `nextflow pull cutandrun` just performed the update for me. Still running :-/ My initial reflex was that this could be a Python-version issue wrt variable scoping when...