Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Update pipeline_interface.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk authored May 28, 2020
1 parent 08b806f commit 72bb36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pipeline_type: sample
path: pipelines/bedbuncher.py
input_schema: http://schema.databio.org/pipelines/bedbuncher.yaml
command_template: >
{pipeline.path} --JSON-query-path {sample.JSONquery_path} --bedset-name {sample.bedset_name} {% if sample.bbconfig_path is defined %} --bedbase-config {sample.bedbase_config} {% endif %}
{pipeline.path} --JSON-query-path {sample.JSONquery_path} --bedset-name {sample.bedset_name} {% if sample.bedbase_config is defined %} --bedbase-config {sample.bedbase_config} {% endif %}

0 comments on commit 72bb36b

Please sign in to comment.