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?
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 inmodules/local/agat/filterbyattribute.nf
It runs the script
agat_sp_filter_feature_by_attribute_value.pl
and not the scriptmaker_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!