Skip to content

Commit 07b331c

Browse files
authored
Merge pull request #27 from emo-bon/ro-crate
This PR adds the RO-crate generation of the wf running. The wf now will return only a `.zip` file which will include: - the folder `results` of the initial outut - a copy of the `config.yml` the user provided - the `.yml` file metaGOflow automatically builds based on the user's config - the `ro-crate-metadata.json` file
2 parents c73ddf5 + d042146 commit 07b331c

15 files changed

+1132
-3577
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,15 @@ venv.bak/
116116

117117
# Ignore real-world test samples
118118
test_input/SRR*
119+
test_input/DB*
119120

120121
# Ignore dev output
121122
TEST_*/
122123
*.output
123124

125+
STELIOS_TEST/
126+
marine_sediment_dbh/
127+
128+
slurm_run.sh
129+
130+
Binary file not shown.

config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Steps to go for
22
qc_and_merge_step: true
3-
taxonomic_inventory: false
4-
cgc_step: false
5-
reads_functional_annotation: false
3+
taxonomic_inventory: true
4+
cgc_step: true
5+
reads_functional_annotation: true
66
assemble: false
77

88
# Global
9-
threads: 20
9+
threads: 40
1010

11-
# For parallelization cases might worth decrease global value of threads
12-
interproscan_threads: 20
11+
# As a rule of thumb keep that as floor(threads/8) where threads the previous parameter
12+
interproscan_threads: 4
1313

1414
# fastp parameters
1515
detect_adapter_for_pe: false

learning_cwl.md

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)