Skip to content

abinitio pipeline not copying proper folder into /projects/references/augustus/config/species/ #99

@LucileSol

Description

@LucileSol

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions