Add BioEmu Nextflow pipeline implementation

This commit is contained in:
2025-03-04 09:38:55 -08:00
commit 2cfbf64e92
12 changed files with 565 additions and 0 deletions

5
entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
# Execute the command passed to docker
exec "$@"