Skip to content
Snippets Groups Projects
Commit fd0b7c01 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix script as input for parseMetadata

parent 41a2c611
Branches
Tags
2 merge requests!37v0.0.1,!14Resolve "process_createManifest"
......@@ -25,6 +25,7 @@ derivaConfig = Channel.fromPath("${baseDir}/conf/replicate_export_config.json")
// Define script files
script_bdbagFetch = Channel.fromPath("${baseDir}/scripts/bdbagFetch.sh")
script_parseMeta = Channel.fromPath("${baseDir}/scripts/parseMeta.py")
/*
* getData: get bagit file from consortium
......@@ -107,6 +108,7 @@ process parseMetadata {
publishDir "${logsDir}", mode: 'copy', pattern: "${repRID}.parseMetadata.err"
input:
path pscript_arseMeta
val repRID
path fileMeta
path experimentSettingsMeta
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment