Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNAflow
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
hub
RNAflow
Commits
cabea585
Commit
cabea585
authored
3 years ago
by
Rachel LEGENDRE
Browse files
Options
Downloads
Patches
Plain Diff
use absolute path to avoid error with AlienTrimmer
parent
9514876e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.yaml
+15
-12
15 additions, 12 deletions
config/config.yaml
with
15 additions
and
12 deletions
config/config.yaml
+
15
−
12
View file @
cabea585
...
@@ -25,32 +25,35 @@
...
@@ -25,32 +25,35 @@
# Config file for RNAflow pipeline
# Config file for RNAflow pipeline
#=========================================================
#=========================================================
# directory where fastq are stored
#
Absolute path of
directory where fastq are stored
input_dir
:
..
/data
input_dir
:
/absolute/path/to
/data
# How mate paires are written in fastq
# How mate paires are written in fastq
input_mate
:
'
_R[12]'
input_mate
:
'
_R[12]'
# filemame extension
# filemame extension
input_extension
:
'
.fastq.gz'
input_extension
:
'
.fastq.gz'
# directory where you want
# directory where you want
(not yet fonctional sorry)
analysis_dir
:
.
analysis_dir
:
.
# tmpdir: write tempory file on this directory (default /tmp/, but could be "/pasteur/sonic/scratch/users/LOGIN/")
# tmpdir: write tempory file on this directory (default /tmp/, but could be "/pasteur/sonic/scratch/users/LOGIN/")
tmpdir
:
"
/pasteur/sonic/scratch/public/"
tmpdir
:
"
/pasteur/sonic/scratch/public/"
#===============================================================================
#===============================================================================
# Indexing section: if checked, indexes for bowtie2 mapping will be produced in
# Genome Section
# genome_directory
# Note that this pipeline is conceived to used one or more genome.
# Please always fill the four first lines.
#
#
# :Parameters:
# :Parameters:
#
#
# - index: assuming needed indexes are here if False
# - genome_directory: directory where all indexed are written
# - genome_directory: directory where all indexed are written
# - name: name of prefix use in all output files from mapping
# - name: name of prefix use in all output files from mapping [First Genome]
# - fasta_file: path to Reference Genome in fasta format
# - fasta_file: path to Reference Genome in fasta format [First Genome]
# - host_mapping: set to True if you want align reads also against another genome
# - gff_file : path to annotation file [First Genome]
# - host_name: name of prefix use in all output files from mapping related to host
# - host_mapping: set to True if you want align reads also against another genome [Second Genome]
# - host_fasta_file: path related to another genome in fasta format
# - host_name: name of prefix use in all output files from mapping related to [Second Genome]
# - rRNA_mapping: Mapping on ribosomal RNA
# - host_fasta_file: path related to another genome in fasta format [Second Genome]
# - gff_file : path to annotation file [Second Genome]
# - rRNA_mapping: Mapping on ribosomal RNA. If true, sortmeRNA is used to estimate ribosomal rate
# - ribo_fasta_file : path to ribosomal sequences in fasta format
#===============================================================================
#===============================================================================
...
...
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