Skip to content

Commit

Permalink
FIX: add missing parameter for gffred in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Salome-Brunon committed Nov 14, 2024
1 parent 3947783 commit 0c1d7a6
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,25 @@

params {
// Input options
reads = "/import/pontos01/analyses/OUTOFTHEBLUE_C2024/menelaus/*.fastq.gz"
samplesheet = "/import/pontos01/analyses/OUTOFTHEBLUE_C2024/egzotek/menelaus/samplesheet.csv"
reads = "/import/pontos01/analyses/OUTOFTHEBLUE_C2024/egzotek/achilles/*.fastq"
samplesheet = "/import/pontos01/analyses/OUTOFTHEBLUE_C2024/egzotek/achilles/samplesheet.csv"

// References
//genome = "${launchDir}/data/hdujardini_HiC"
//annotation = "${launchDir}/data/hdujardini_HiC"
genome = "/import/rhodos10/ressources/sequencages/genomes/morphomen1.fa.bz2"
annotation = "/import/rhodos10/ressources/sequencages/annotations/morphomen1.gff.bz2"
genome = "/import/rhodos10/ressources/sequencages/genomes/morphoach1.fa.bz2"
annotation = "/import/rhodos10/ressources/sequencages/annotations/morphoach1.gff.bz2"

// Orientation of FASTQ files
oriented = true // if reads already oriented, replace with oriented = true
sam = "/import/pontos01/analyses/OUTOFTHEBLUE_C2024/egzotek/menelaus/*.sam" // if oriented = true, provide sam files from eoulsan
sam = "/import/pontos01/analyses/OUTOFTHEBLUE_C2024/egzotek/achilles/*.sam" // if oriented = true, provide sam files from eoulsan

// Restrander configuration file (TSO and RTP sequences)
config = "${launchDir}/assets/PCB111.json"

// GFFRead input parameters
gffread_parameters = "-M"

// Minimap2 intron length
intron_length = "20000" // 200k by default
junc_bed = null // if no junk bed, replace with optional_shortread = null
Expand All @@ -35,7 +38,7 @@ params {
optional_shortread = null // if no short reads, replace with optional_shortread = null

// Output directory
outdir = "/import/pontos01/analyses/OUTOFTHEBLUE_C2024/egzotek/menelaus/result"
outdir = "/import/pontos01/analyses/OUTOFTHEBLUE_C2024/egzotek/achilles/result"
}

docker {
Expand Down

0 comments on commit 0c1d7a6

Please sign in to comment.