nf-core / eager

A fully reproducible and state-of-the-art ancient DNA analysis pipeline
https://nf-co.re/eager
MIT License
143 stars 80 forks source link

DSL1: No fasta indexing when using bowtie2. #1031

Closed TCLamnidis closed 11 months ago

TCLamnidis commented 11 months ago

Check Documentation

I have checked the following places for your error:

Description of the bug

When using bowtie2 as the mapper, and not providing a fasta index already, damageprofiler and genotyping is not executed, because the fasta_index is not generated at all.

Steps to reproduce

Steps to reproduce the behaviour:

nextflow run nf-core/eager -r 2.4.7 -profile test,docker --mapper 'bowtie2' --run_genotyping --genotyping_tool 'ug'

No process for damageprofiler or genotyping_ug is submitted.

Expected behaviour

Process for damageprofiler or genotyping_ug is submitted.

Log files

Have you provided the following extra information/files:

System

Nextflow Installation

Container engine

Additional context