Skip to content

Commit

Permalink
remove inflate option (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 authored Sep 3, 2024
1 parent a098d47 commit 69a4ebb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions bin/agat_convert_genscan2gff.pl
Original file line number Diff line number Diff line change
Expand Up @@ -286,17 +286,6 @@ =head1 OPTIONS
The primary_tag corresponf to the data type and is stored in 3rd field of a gff file.
Example: gene,mRNA,CDS,etc. [default: gene]
=item B<--inflate_off>
By default we inflate the block fields (blockCount, blockSizes, blockStarts) to create subfeatures
of the main feature (primary_tag). Type of subfeature created based on the
inflate_type parameter. If you don't want this inflating behaviour you can deactivate it
by using the option --inflate_off.
=item B<--inflate_type>
Feature type (3rd column in gff) created when inflate parameter activated [default: exon].
=item B<--verbose>
add verbosity
Expand Down
11 changes: 0 additions & 11 deletions docs/tools/agat_convert_genscan2gff.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ agat_convert_genscan2gff.pl -h
The primary\_tag corresponf to the data type and is stored in 3rd field of a gff file.
Example: gene,mRNA,CDS,etc. \[default: gene\]

- **--inflate\_off**

By default we inflate the block fields (blockCount, blockSizes, blockStarts) to create subfeatures
of the main feature (primary\_tag). Type of subfeature created based on the
inflate\_type parameter. If you don't want this inflating behaviour you can deactivate it
by using the option --inflate\_off.

- **--inflate\_type**

Feature type (3rd column in gff) created when inflate parameter activated \[default: exon\].

- **--verbose**

add verbosity
Expand Down

0 comments on commit 69a4ebb

Please sign in to comment.