-
hi
why can't play song at second tracklist ,but when change file song to tracklist one , it can
// Example track list; users can customize this with their own tracks
trackList: [
…
-
Currently, the format for calling Roddy in "configuration-free" mode is
```bash
$roddyDir/roddy.sh $mode ${pluginName}_${pluginVersion}:${analysisNameWithoutAnalysisSuffix}Analysis
```
This e…
-
Currently, when no Roddy version is set in the app ini or on the command line, Roddy falls back to version 2.2, which is usually not installed, because it is completely outdated. Consequently, users a…
-
https://www.youtube.com/watch?v=iK_n6Qij6zU
-
Currently, there are multiple places in which shell commands are prepared for execution by quoting or escaping. At least there are
* RoddyToolLib `de.dkfz.roddy.tools.shell.bash.Service`
* RoddyTo…
-
Also consider that these identifiers are used as parameters to jobs. Maybe there should always be a `dataset` and `DATASET` identifier, but COWorkflowsBasePlugin copies their values into `pid`/`PID`.
-
Configuration variables need to be passed through a shell-layer at different places in Roddy, e.g. in the wrapInScript.sh if when commands are remotely or locally executed.
The current approach to …
-
Currently, Roddy **requires** that there is a patient ID or dataset ID is located as directory name in the `inputBaseDirectory`. This occasionally comes up a restriction on the interface.
Remove th…
-
Roddy should be able to submit cluster jobs wrapped into Singularity/Apptainer containers.
-
We already have the configuration free mode. But I'd think of something like:
./roddy.sh run bla@bla bama bamb control tumor --c=...
instead of:
./roddy.sh run bla@bla --cvalues=bam_list:bama…