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
489f15ce
Commit
489f15ce
authored
2 years ago
by
Iris Mestres Pascual
Committed by
Alex Kanitz
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete config_prepare.yaml
parent
0e266846
No related branches found
No related tags found
1 merge request
!20
refactor: merge prepare, map & quantify workflows
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/config_prepare.yaml
+0
-33
0 additions, 33 deletions
test/config_prepare.yaml
with
0 additions
and
33 deletions
test/config_prepare.yaml
deleted
100644 → 0
+
0
−
33
View file @
0e266846
---
#### GLOBAL PARAMETERS #####
# Directories
# Usually there is no need to change these
output_dir
:
"
results"
scripts_dir
:
"
../scripts"
local_log
:
"
logs/local"
cluster_log
:
"
logs/cluster"
# Isomirs annotation file
# Number of base pairs to add/substract from 5' (start) and 3' (end) coordinates.
bp_5p
:
[
-1
,
0
,
+1
]
bp_3p
:
[
-1
,
0
,
+1
]
# List of inputs
organism
:
[
"
homo_sapiens/chrY"
]
#### PARAMETERS SPECIFIC TO INPUTS #####
homo_sapiens/chrY
:
# URLs to genome, gene & miRNA annotations
genome_url
:
"
ftp://ftp.ensembl.org/pub/release-98/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna_sm.chromosome.Y.fa.gz"
gtf_url
:
"
ftp://ftp.ensembl.org/pub/release-98/gtf/homo_sapiens/Homo_sapiens.GRCh38.98.gtf.gz"
mirna_url
:
"
https://www.mirbase.org/ftp/CURRENT/genomes/hsa.gff3"
# Chromosome name mappings between UCSC <-> Ensembl
# Other organisms available at: https://github.com/dpryan79/ChromosomeMappings
map_chr_url
:
"
https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/master/GRCh38_UCSC2ensembl.txt"
# Chromosome name mapping parameters:
column
:
1
delimiter
:
"
TAB"
...
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