-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump. entire sequence description, rather than just the ident…
…ifier, is kept in the output files of ClipKIT
- Loading branch information
1 parent
001f251
commit be991d7
Showing
37 changed files
with
660 additions
and
286 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
Major changes to ClipKIT are summarized here. | ||
|
||
1.3.0 | ||
long description of sequences, rather than identifiers, are kept in the ClipKIT output | ||
|
||
1.1.5 | ||
carried over code base to biopython, v1.79 | ||
|
||
1.1.0 | ||
smart-gap trimming is introduced and is now the default trimming approach used in ClipKIT. | ||
smart-gap trimming is a dynamic approach to determine the appropriate gaps threshold for an alignment. | ||
|
||
1.1.5 | ||
carried over code base to biopython, v1.79 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.2.0' | ||
__version__ = '1.3.0' |
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
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.clustal
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CLUSTAL X (1.81) multiple sequence alignment | ||
|
||
|
||
1_extra_info A-GTAT | ||
2_extra_info A-G-AT | ||
3_extra_info A-G-TA | ||
4_extra_info AGA-TA | ||
5_extra_info ACa-T- | ||
|
||
|
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.fa.clipkit
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
A-GTAT | ||
>2 extra_info | ||
A-G-AT | ||
>3 extra_info | ||
A-G-TA | ||
>4 extra_info | ||
AGA-TA | ||
>5 extra_info | ||
ACa-T- |
6 changes: 6 additions & 0 deletions
6
tests/integration/expected/simple_long_description.fa.clipkit.log
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1 keep Const 0.0 | ||
2 keep nConst,nPI 0.6 | ||
3 keep PI 0.0 | ||
4 keep nConst,nPI 0.8 | ||
5 keep PI 0.0 | ||
6 keep PI 0.2 |
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.fa_gappy
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
A-GTAT | ||
>2 extra_info | ||
A-G-AT | ||
>3 extra_info | ||
A-G-TA | ||
>4 extra_info | ||
AGA-TA | ||
>5 extra_info | ||
ACa-T- |
5 changes: 5 additions & 0 deletions
5
tests/integration/expected/simple_long_description.fa_gappy.complement
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
>1 extra_info | ||
>2 extra_info | ||
>3 extra_info | ||
>4 extra_info | ||
>5 extra_info |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
GAT | ||
>2 extra_info | ||
GAT | ||
>3 extra_info | ||
GTA | ||
>4 extra_info | ||
ATA | ||
>5 extra_info | ||
aT- |
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.fa_kpi_gappy
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
GAT | ||
>2 extra_info | ||
GAT | ||
>3 extra_info | ||
GTA | ||
>4 extra_info | ||
ATA | ||
>5 extra_info | ||
aT- |
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.fa_kpi_smart_gaps
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
GAT | ||
>2 extra_info | ||
GAT | ||
>3 extra_info | ||
GTA | ||
>4 extra_info | ||
ATA | ||
>5 extra_info | ||
aT- |
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.fa_kpic
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
AGAT | ||
>2 extra_info | ||
AGAT | ||
>3 extra_info | ||
AGTA | ||
>4 extra_info | ||
AATA | ||
>5 extra_info | ||
AaT- |
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.fa_kpic_gappy
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
AGAT | ||
>2 extra_info | ||
AGAT | ||
>3 extra_info | ||
AGTA | ||
>4 extra_info | ||
AATA | ||
>5 extra_info | ||
AaT- |
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.fa_kpic_smart_gaps
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
AGAT | ||
>2 extra_info | ||
AGAT | ||
>3 extra_info | ||
AGTA | ||
>4 extra_info | ||
AATA | ||
>5 extra_info | ||
AaT- |
10 changes: 10 additions & 0 deletions
10
tests/integration/expected/simple_long_description.fa_smart_gaps
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
A-GAT | ||
>2 extra_info | ||
A-GAT | ||
>3 extra_info | ||
A-GTA | ||
>4 extra_info | ||
AGATA | ||
>5 extra_info | ||
ACaT- |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
##maf version=1 scoring=none | ||
# generated by Biopython | ||
|
||
a score=0.00 | ||
s 1_extra_info 0 5 + 0 A-GTAT | ||
s 2_extra_info 0 4 + 0 A-G-AT | ||
s 3_extra_info 0 4 + 0 A-G-TA | ||
s 4_extra_info 0 5 + 0 AGA-TA | ||
s 5_extra_info 0 4 + 0 ACa-T- | ||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#FormatVersion Mauve1 | ||
#Sequence1Entry 1 | ||
#Sequence2Entry 2 | ||
#Sequence3Entry 3 | ||
#Sequence4Entry 4 | ||
#Sequence5Entry 5 | ||
> 1:0-0 + <unknown name>.fa # 1 extra_info | ||
A-GTAT | ||
> 2:0-0 + <unknown name>.fa # 2 extra_info | ||
A-G-AT | ||
> 3:0-0 + <unknown name>.fa # 3 extra_info | ||
A-G-TA | ||
> 4:0-0 + <unknown name>.fa # 4 extra_info | ||
AGA-TA | ||
> 5:0-0 + <unknown name>.fa # 5 extra_info | ||
ACa-T- | ||
= |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
5 6 | ||
1 extra_in A-GTAT | ||
2 extra_in A-G-AT | ||
3 extra_in A-G-TA | ||
4 extra_in AGA-TA | ||
5 extra_in ACa-T- |
Empty file.
6 changes: 6 additions & 0 deletions
6
tests/integration/expected/simple_long_description.phylip-sequential
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
5 6 | ||
1 extra_inA-GTAT | ||
2 extra_inA-G-AT | ||
3 extra_inA-G-TA | ||
4 extra_inAGA-TA | ||
5 extra_inACa-T- |
13 changes: 13 additions & 0 deletions
13
tests/integration/expected/simple_long_description.stockholm
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# STOCKHOLM 1.0 | ||
#=GF SQ 5 | ||
1_extra_info A-GTAT | ||
#=GS 1_extra_info AC 1 extra_info | ||
2_extra_info A-G-AT | ||
#=GS 2_extra_info AC 2 extra_info | ||
3_extra_info A-G-TA | ||
#=GS 3_extra_info AC 3 extra_info | ||
4_extra_info AGA-TA | ||
#=GS 4_extra_info AC 4 extra_info | ||
5_extra_info ACa-T- | ||
#=GS 5_extra_info AC 5 extra_info | ||
// |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
A-GTAT | ||
>2 extra_info | ||
A-G-AT | ||
>3 extra_info | ||
A-G-TA | ||
>4 extra_info | ||
AGA-TA | ||
>5 extra_info | ||
ACa-T- |
10 changes: 10 additions & 0 deletions
10
tests/integration/samples/simple_long_description.fa.clipkit
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
>1 extra_info | ||
A-GAT | ||
>2 extra_info | ||
A-GAT | ||
>3 extra_info | ||
A-GTA | ||
>4 extra_info | ||
AGATA | ||
>5 extra_info | ||
ACaT- |
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.