Skip to content

Commit

Permalink
Merge pull request #23 from Sage-Bionetworks-Workflows/runuw
Browse files Browse the repository at this point in the history
setup job to run UW miRNA samples
  • Loading branch information
wpoehlm authored Sep 29, 2020
2 parents c3461f6 + 5cf4b20 commit f539658
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 0 deletions.
97 changes: 97 additions & 0 deletions jobs/uw-dian-mirna/job.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"cwl_wf_url": "https://github.com/Sage-Bionetworks-Workflows/dockstore-workflow-rnaseq/tree/v1.1.1",
"cwl_args_url": "https://raw.githubusercontent.com/Sage-Bionetworks-Workflows/dockstore-workflow-rnaseq/master/jobs/uw-dian-mirna/job.json",
"alignEndsType": "EndToEnd",
"outFilterMismatchNmax": 1,
"outFilterMultimapScoreRange": 0,
"outFilterMultimapNmax": 10,
"outFilterScoreMinOverLread": 0,
"outFilterMatchNminOverLread": 0,
"outFilterMatchNmin": 16,
"alignSJDBoverhangMin": 1000,
"alignIntronMax": 1,
"index_synapseid": "syn22337116",
"nthreads": 15,
"synapse_parentid": "syn22863725",
"synapse_config": {
"class": "File",
"path": "/etc/synapse/.synapseConfig"
},
"synapseid": [
"syn22334734",
"syn22334735",
"syn22334715",
"syn22334716",
"syn22334691",
"syn22334729",
"syn22334688",
"syn22334736",
"syn22334737",
"syn22334738",
"syn22334697",
"syn22334719",
"syn22334713",
"syn22334739",
"syn22334740",
"syn22334741",
"syn22334709",
"syn22334742",
"syn22334743",
"syn22334711",
"syn22334701",
"syn22334744",
"syn22334745",
"syn22334746",
"syn22334687",
"syn22334747",
"syn22334698",
"syn22334707",
"syn22334725",
"syn22334710",
"syn22334695",
"syn22334694",
"syn22334699",
"syn22334720",
"syn22334702",
"syn22334721",
"syn22334718",
"syn22334724",
"syn22334748",
"syn22334700",
"syn22334717",
"syn22334703",
"syn22334749",
"syn22334722",
"syn22334705",
"syn22334693",
"syn22334704",
"syn22334689",
"syn22334750",
"syn22334696",
"syn22334751",
"syn22334752",
"syn22334726",
"syn22334723",
"syn22334753",
"syn22334754",
"syn22334755",
"syn22334708",
"syn22334756",
"syn22334706",
"syn22334692",
"syn22334727",
"syn22334757",
"syn22334758",
"syn22334759",
"syn22334712",
"syn22334760",
"syn22334730",
"syn22334763",
"syn22334731",
"syn22334690",
"syn22334733",
"syn22334728",
"syn22334732",
"syn22334714"
]
}
17 changes: 17 additions & 0 deletions jobs/uw-dian-mirna/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"zone": "us-east-1a",
"cluster_name": "rna-seq-reprocessing-scicomp-toil-cluster-v001",
"tmpdir": "/var/lib/toil",
"run_name": "uwm",
"log_level": "DEBUG",
"retry_count": "3",
"target_time": "1",
"max_nodes": "25",
"default_disk": "450G",
"node_types": "m5.4xlarge",
"node_storage": "500",
"preemptable_compensation": "0.5",
"rescue_frequency": "9000",
"cwl": "mirna_single.cwl"
}

0 comments on commit f539658

Please sign in to comment.