[ARVADOS] updated: d26a444780cafcc06d20d42cef114f608e0e114d
git at public.curoverse.com
git at public.curoverse.com
Thu Oct 15 17:10:27 EDT 2015
Summary of changes:
doc/_includes/_run_command_simple_example.liquid | 15 +++++++++++----
doc/_includes/_tutorial_bwa_sortsam_pipeline.liquid | 2 +-
2 files changed, 12 insertions(+), 5 deletions(-)
via d26a444780cafcc06d20d42cef114f608e0e114d (commit)
from 43e2110902218494d1f0d69936bdb98456557248 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d26a444780cafcc06d20d42cef114f608e0e114d
Author: Bryan Cosca <bcosc at curoverse.com>
Date: Thu Oct 15 17:10:19 2015 -0400
7015: Checked up to Concurrent Crunch tasks
diff --git a/doc/_includes/_run_command_simple_example.liquid b/doc/_includes/_run_command_simple_example.liquid
index abd0071..3f69593 100644
--- a/doc/_includes/_run_command_simple_example.liquid
+++ b/doc/_includes/_run_command_simple_example.liquid
@@ -1,29 +1,36 @@
{
"name":"run-command example pipeline",
"components":{
- "bwa-mem": {
+ "bwa-mem": {
"script": "run-command",
"script_version": "master",
"repository": "arvados",
"script_parameters": {
"command": [
- "bwa",
+ "$(dir $(bwa_collection))/bwa",
"mem",
"-t",
"$(node.cores)",
+ "-R",
+ "@RG\\\tID:group_id\\\tPL:illumina\\\tSM:sample_id",
"$(glob $(dir $(reference_collection))/*.fasta)",
"$(glob $(dir $(sample))/*_1.fastq)",
"$(glob $(dir $(sample))/*_2.fastq)"
],
- "task.stdout": "$(basename $(glob $(dir $(sample))/*_1.fastq)).sam",
"reference_collection": {
"required": true,
"dataclass": "Collection"
},
+ "bwa_collection": {
+ "required": true,
+ "dataclass": "Collection",
+ "default": "39c6f22d40001074f4200a72559ae7eb+5745"
+ },
"sample": {
"required": true,
"dataclass": "Collection"
- }
+ },
+ "task.stdout": "$(basename $(glob $(dir $(sample))/*_1.fastq)).sam"
}
}
}
diff --git a/doc/_includes/_tutorial_bwa_sortsam_pipeline.liquid b/doc/_includes/_tutorial_bwa_sortsam_pipeline.liquid
index 413e51f..8a9e52a 100644
--- a/doc/_includes/_tutorial_bwa_sortsam_pipeline.liquid
+++ b/doc/_includes/_tutorial_bwa_sortsam_pipeline.liquid
@@ -12,7 +12,7 @@
"-t",
"$(node.cores)",
"-R",
- "@RG\\tID:group_id\\tPL:illumina\\tSM:sample_id",
+ "@RG\\\tID:group_id\\\tPL:illumina\\\tSM:sample_id",
"$(glob $(dir $(reference_collection))/*.fasta)",
"$(glob $(dir $(sample))/*_1.fastq)",
"$(glob $(dir $(sample))/*_2.fastq)"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list