Need to use script: "x.py" and access paramspace via snakemake inside the python script. This script would take the parameter values and call Stringtie via subprocess/os.system.
Much more conventional than my hacky method, plus can have nicer directory names (e.g. combined within a single dirname not multiple subdirs)
Need to use
script: "x.py"
and access paramspace viasnakemake
inside the python script. This script would take the parameter values and call Stringtie via subprocess/os.system.Much more conventional than my hacky method, plus can have nicer directory names (e.g. combined within a single dirname not multiple subdirs)