fairagro / m4.4_sciwin_client

🦀 SciWIn Client: Reproducible computational Workflows made easy!
1 stars 0 forks source link

Local Execution #27

Closed JensKrumsieck closed 5 days ago

JensKrumsieck commented 2 weeks ago

s4n is able to call cwltool for local execution via s4n execute local -r cwltool <FILE> <ARGS> (-r is also --runner)

For scenarios where cwltool is not available (e.g. Windows) there is also s4n execute local <FILE> <ARGS> which is a basic local runner only accepting CommandLineTools which handles most of the simple stuff CWL can do (48/195 tool conformance tests pass)

JensKrumsieck commented 1 week ago

I think this is ready for merge: The current status: