Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mirflowz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
zavolan_group
pipelines
mirflowz
Commits
78fb9b3e
Commit
78fb9b3e
authored
2 years ago
by
MihaelaZavolan
Committed by
Alex Kanitz
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: add/extend input hints
parent
48f29282
No related branches found
No related tags found
1 merge request
!18
docs: add/extend input hints
Pipeline
#14533
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RUNS/JOB/prepare/config.yaml
+8
-1
8 additions, 1 deletion
RUNS/JOB/prepare/config.yaml
with
8 additions
and
1 deletion
RUNS/JOB/prepare/config.yaml
+
8
−
1
View file @
78fb9b3e
...
@@ -15,18 +15,25 @@ bp_3p: [0] # array of numbers, e.g., [-2,-1,0,+1], to include 2 upstream and 1 d
...
@@ -15,18 +15,25 @@ bp_3p: [0] # array of numbers, e.g., [-2,-1,0,+1], to include 2 upstream and 1 d
# List of inputs
# List of inputs
organism
:
[
"
org/pre"
]
# e.g., ["homo_sapiens/GRCh38.100", "mus_musculus/GRCm37.98"]
organism
:
[
"
org/pre"
]
# e.g., ["homo_sapiens/GRCh38.100", "mus_musculus/GRCm37.98"]
# this string specifies a path, and the "/" is important for this
# "pre" specifies the assembly version
#### PARAMETERS SPECIFIC TO INPUTS ####
#### PARAMETERS SPECIFIC TO INPUTS ####
org/pre
:
# One section for each list item in "organism"; names have to match precisely
org/pre
:
# One section for each list item in "organism"; entry should match precisely what
# is in the "organism" section above, one entry per list item above, omitting the ""
# URLs to genome, gene & miRNA annotations
# URLs to genome, gene & miRNA annotations
genome_url
:
# FTP/HTTP URL to gzipped genome in FASTA format, Ensembl style
genome_url
:
# FTP/HTTP URL to gzipped genome in FASTA format, Ensembl style
# e.g. "ftp://ftp.ensembl.org/pub/release-106/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna_sm.primary_assembly.fa.gz"
gtf_url
:
# FTP/HTTP URL to gzipped gene annotations in GTF format, Ensembl style
gtf_url
:
# FTP/HTTP URL to gzipped gene annotations in GTF format, Ensembl style
# e.g. "ftp://ftp.ensembl.org/pub/release-106/gtf/homo_sapiens/Homo_sapiens.GRCh38.106.chr.gtf.gz"
mirna_url
:
# FTP/HTTP URL to unzipped microRNA annotations in GFF format, miRBase style
mirna_url
:
# FTP/HTTP URL to unzipped microRNA annotations in GFF format, miRBase style
# e.g. "https://www.mirbase.org/ftp/CURRENT/genomes/hsa.gff3"
# Chromosome name mappings between UCSC <-> Ensembl
# Chromosome name mappings between UCSC <-> Ensembl
# Other organisms available at: https://github.com/dpryan79/ChromosomeMappings
# Other organisms available at: https://github.com/dpryan79/ChromosomeMappings
map_chr_url
:
# FTP/HTTP URL to mapping table
map_chr_url
:
# FTP/HTTP URL to mapping table
# e.g. "https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/master/GRCh38_UCSC2ensembl.txt"
# Chromosome name mapping parameters:
# Chromosome name mapping parameters:
column
:
1
# Column number from input file where to change chromosome name
column
:
1
# Column number from input file where to change chromosome name
delimiter
:
"
TAB"
# Delimiter of the input file
delimiter
:
"
TAB"
# Delimiter of the input file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment