Skip to content

Commit

Permalink
fix mispelling script name in doc. fix #456 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 authored Jun 3, 2024
1 parent b3ac370 commit 0278734
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bin/agat_sp_filter_feature_by_attribute_presence.pl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ sub should_we_remove_feature{
=head1 NAME
agat_sp_select_feature_by_attribute_presence.pl
agat_sp_filter_feature_by_attribute_presence.pl
=head1 DESCRIPTION
Expand All @@ -291,8 +291,8 @@ =head1 DESCRIPTION
=head1 SYNOPSIS
agat_sp_select_feature_by_attribute_presence.pl --gff infile.gff -a <tag> [ --output outfile ]
agat_sp_select_feature_by_attribute_presence.pl --help
agat_sp_filter_feature_by_attribute_presence.pl --gff infile.gff -a <tag> [ --output outfile ]
agat_sp_filter_feature_by_attribute_presence.pl --help
=head1 OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion bin/agat_sp_manage_attributes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ =head1 OPTIONS
=item B<--cp>
When tags specied are with this form: tagName/newTagName.
Bolean. When tags specied are with this form: tagName/newTagName.
By using this <cp> parameter, the attribute with the tag tagName will be duplicated
with the new tag newTagName if no attribute with the tag newTagName already exits.
Expand Down
6 changes: 3 additions & 3 deletions docs/tools/agat_sp_filter_feature_by_attribute_presence.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# agat\_sp\_select\_feature\_by\_attribute\_presence.pl
# agat\_sp\filter\_feature\_by\_attribute\_presence.pl

## DESCRIPTION

Expand All @@ -11,8 +11,8 @@ removing all children of a feature will automatically remove this feature too.
## SYNOPSIS

```
agat_sp_select_feature_by_attribute_presence.pl --gff infile.gff -a <tag> [ --output outfile ]
agat_sp_select_feature_by_attribute_presence.pl --help
agat_sp_filter_feature_by_attribute_presence.pl --gff infile.gff -a <tag> [ --output outfile ]
agat_sp_filter_feature_by_attribute_presence.pl --help
```

## OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/agat_sp_manage_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ agat_sp_manage_attributes.pl --help

- **--cp**

When tags specied are with this form: tagName/newTagName.
Bolean. When tags specied are with this form: tagName/newTagName.
By using this &lt;cp> parameter, the attribute with the tag tagName will be duplicated
with the new tag newTagName if no attribute with the tag newTagName already exits.

Expand Down

0 comments on commit 0278734

Please sign in to comment.