-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging in version 1.2 from the devel branch
- Loading branch information
Showing
12 changed files
with
164 additions
and
134 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,9 @@ | |
* View only the first and last N characters of accessions with option -aa. | ||
* Read from stdin with the magic file name "-". | ||
|
||
## v1.2.0 | ||
|
||
* The option `-l` colors the alignment but does not break it into blocks. Suitable for piping to `less -RS`, | ||
as suggested by Mark McMullan <[email protected]>. | ||
* More indices indicated below alignments, and with an up-arrow as a tick mark. | ||
* Added option `-sm` to allow restricting output to sequences with accessions containing a given string. |
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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Planned fixes and features | ||
|
||
* Better screenshots | ||
* Review how colors work in different terminals. The color scheme working for me looked strange when Vilde was | ||
showing me her work. | ||
* Make it possible to color alignments without breaking alignment into blocks. I.e., a "pure" | ||
version of `alv -k -w 99999 msa.fa | less -SR`. Suggested by Mark McMullan <[email protected]>. | ||
* Add support for restricting to a sub-alignment. | ||
* Add option --glimpse. | ||
* Explicitly choose parts of an alignment to view/color. | ||
|
||
* Pypi.org does not handle MarkDown in the README. Should look for a solution. | ||
|
||
# Considered features | ||
|
||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.1.0' | ||
__version__ = '1.2.0' |
Oops, something went wrong.