Julianus Pfeuffer
Julianus Pfeuffer
@axonasif I see. Yes I might use that hack, but ideally I don't want to change the hash manually everytime my base image is updated. I'm okay with pressing a...
Hi @roblourens One question: Why does the Preference UI show useLocalServer as activated on Windows if as you are saying-- and I confirmed-- it is _implicitly_ set to **false**. This...
I think there is just the OS missing in the build name and might lead to some ambiguities when creating the link.
We either need to add the runner.os to the build name or we need to remove the filtercount=1 modifier in the CDash link we create.
One problem is consensusID. If you want to have scores from multiple search engines at an ID you will additionally need to prefix with the search engine. Unless the search...
I think somehow the Release tag was changed in the recent release from Release3.2.0 to release/3.2.0 Therefore the docker deploy action does not trigger. https://github.com/OpenMS/OpenMS/blob/18687629f4d8221209a16c4cb8d3f9d49eb0237f/.github/workflows/containerdeploy.yml#L8 @timosachsenberg Any idea why? I...
@timosachsenberg Btw I think due to the new GHA triggered sync of nightly, the push trigger of the deploy container action will not work anymore. You need to trigger the...
You can get the map index and then lookup the name of the file in the ConsensusMap object where this feature is coming from.
Hi! Roughly like this ``` sampleinfo = cmap.getColumnHeaders() feat_filename = sampleinfo[featurehandle.getMapIdx()].filename ``` -- written on the phone
This can happen during retention time alignment. Looks a bit extreme in your case, though.