Description
Remove features based on a kill list. The default behaviour is to look at the features's ID.
If the feature has an ID (case insensitive) listed among the kill list it will be removed.
Removing a level1 or level2 feature will automatically remove all linked subfeatures, and
removing all children of a feature will automatically remove this feature too.
Type
bash_script
License
GPL-3.0
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/agat/agat_sp_filter_feature_from_kill_list/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--gff -f --ref --reffile | file required |
--kill_list --kl | file required |
Name | Type & Properties |
|---|---|
--output -o --out | file required output |
Name | Type & Properties |
|---|---|
--type -p -l | string multiple |
--attribute -a | string |
--config -c | file |
--verbose -v | boolean_true |