This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate bigBED, store in
bigbed_files
- Loading branch information
1 parent
2daafc0
commit 8665def
Showing
3 changed files
with
52 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
pipeline_name: BEDMAKER | ||
pipeline_type: sample | ||
path: bedmaker.py | ||
input_schema: http://schema.databio.org/pipelines/bedmaker.yaml | ||
var_templates: | ||
path: "{looper.piface_dir}/bedmaker.py" | ||
input_schema: "/home/bx2ur/Documents/GitHubRepo/bedmaker/pep_schema.yaml" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
xuebingjie1990
Author
Member
|
||
command_template: > | ||
{pipeline.path} | ||
{pipeline.var_templates.path} | ||
--input-file {sample.input_file_path} | ||
--output-file {sample.output_file_path} | ||
--output-bigbed {sample.output_bigbed_path} | ||
--narrowpeak {sample.narrowpeak} | ||
--input-type {sample.format} | ||
--genome {sample.genome} | ||
--sample-name {sample.sample_name} | ||
{% if sample.rfg_config is defined %} --rfg-config {sample.rfg_config} {% endif %} | ||
{% if sample.chrom_size is defined %} --chrom-size {sample.chrom_size} {% endif %} | ||
compute: | ||
size_dependent_variables: resources-sample.tsv | ||
|
||
|
this would work only for you. You can edit this file and then specify the url here: http://schema.databio.org/pipelines/bedmaker.yaml