NBISweden / pipelines-nextflow

A set of workflows written in Nextflow for Genome Annotation.
GNU General Public License v3.0
42 stars 18 forks source link

Abinitio pipeline - MODEL_SELECTION_BY_AED - #91

Closed LucileSol closed 1 year ago

LucileSol commented 1 year ago

Hello!

We were looking at the abinitio pipeline and I was looking where is the filtering by AED module

In subworkflows/abinitio_training/main.nf

I found this

include { AGAT_FILTERBYATTRIBUTE as MODEL_SELECTION_BY_AED } from "$projectDir/modules/local/agat/filterbyattribute" but then in modules/local/agat/filterbyattribute.nf

It runs the script agat_sp_filter_feature_by_attribute_value.pl and not the script maker_select_models_by_AED_score.pl

I did not find a module running maker_select_models_by_AED_score.pl, where is it?

Is there any filtering by AED happening when running the new pipelines?

Thank you!

LucileSol commented 1 year ago

So the script just changed name... closing the issue