-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* indentation * Update remove_l2_and_relatives and remove_l3_and_relatives to be able to print the complete features instead of the ID only. Add print_feature_safe to be able to print GFF object file handler as well as IO::File * fix #471 Fix error of trying to remove L2 already removed in case where all CDS are removed in once because share the same ID (in that case L2 is not removed at the last round as expected) * add keep_parental parameter to remove_l3_and_relatives and remove_l2_and_relatives function to skip removing parental geature(s) if needed. * add na_aside parameter for cases where the attribute tag is missing * update doc
- Loading branch information
Showing
5 changed files
with
252 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,8 +57,6 @@ | |
if(defined($opt_yaml)){ | ||
if( defined($opt_output)){ | ||
$opt_yaml = $opt_output.".yaml"; | ||
}else{ | ||
$out | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.