Jasper
Jasper
The current provenance is lacking tool and version information which is crucial for reproducibility. In our instance we use a mixture of local binaries and conda environments and it would...
I am trying to create properties using the Java API: ``` public static void main(String[] args) throws Exception { BasicApiConnection connection = new BasicApiConnection(siteIri); connection.login(USERNAME, PASSWORD); if (!connection.isLoggedIn()) { throw...
I have extended the docker image to load in some internal applications. These applications when executed can create a dependency folder and download some related applications from our internal resources....
I am using a slightly modified galaxy docker and started it using: docker run -p 8081:80 -p 8021:21 -p 8800:8800 --privileged=true -v ~/sappgalaxy_storage/:/export/ wurssb/sappgalaxy The interface works nicely, execute codes...
**Is your feature request related to a problem? Please describe.** We are working on some large datasets 20.000 > 100.000 + contigs and realised that one of the bottlenecks in...
It is a minor thing but with the new version the size message has not been updated. I tried searching in GitHub but it could not show me the line...
Added make info at the end of the documentation related to useful make commands when developing for cwltool. Please check if the description is correct as I am not too...
Keeping as draft while we test proposed enhancements to CWLProv Added file size to prov RO-Bundle Creates a workflow.ttl file in the default folder while running. Then closes the file...
## Expected Behavior We are using a when to check if a variable is given to a workflow or not to execute a specific step. When this variable (a String[])...
## Expected Behavior Able to distinguish the start time stamp in the provenance file of a workflow that was from a failed cache run and a succeeded run. ## Actual...