Skip to content
Snippets Groups Projects
Commit cabea585 authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

use absolute path to avoid error with AlienTrimmer

parent 9514876e
No related branches found
No related tags found
No related merge requests found
...@@ -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
#=============================================================================== #===============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment