I am running the abinitio pipeline with :
params.yml :
subworkflow: 'abinitio_training'
genome: 'genome.fa'
maker_evidence_gff: 'maker_evidence.gff'
species_label: 'Lin_leo'
codon_table: 1
aed_value:
- 0.05
locus_distance:
- 1500
outdir: 'results_leo'
maker_species_publishdir : '/projects/references/augustus/config/species/'
and the following command line :
nextflow run ~/git/NBIS/pipelines-nextflow -profile singularity,nbis -params-file params.yml
Instead of creating me a folder called Lin_leo in /projects/references/augustus/config/species/
It is creating me a folder called LD-1500_AED-0.05 in /projects/references/augustus/config/species/ with inside the folder Lin_leo.
My problem then is when I run maker, maker does not find the folder Lin_leo and then fail.