-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e19f7f
commit 995808c
Showing
11 changed files
with
1,585 additions
and
22 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[pytest] | ||
pythonpath = . bin | ||
norecursedirs = cwl/* | ||
addopts= --git-aware --symlink --color=no | ||
|
||
##addopts= --git-aware --symlink --color=no |
7 changes: 7 additions & 0 deletions
7
tests/parse_viral_fixtures/base_fixtures/virsorter2/final-viral-boundary.tsv
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,7 @@ | ||
seqname trim_orf_index_start trim_orf_index_end trim_bp_start trim_bp_end trim_pr trim_pr_max prox_orf_index_start prox_orf_index_end prox_bp_start prox_bp_end prox_pr prox_pr_max partial full_orf_index_start full_orf_index_end full_bp_start full_bp_end pr_full arc bac euk vir mix unaligned hallmark_cnt group shape seqname_new final_max_score final_max_score_group | ||
phage_1 1 13 3 23076 1.0 1.0 1 13 3 23076 NA NA 0 1 13 3 23076 1.0 0.0 0.0 0.0 84.6 0.0 15.4 7 dsDNAphage linear seq91||full 1.0 dsDNAphage | ||
phage_2 1 30 1 23146 1.0 1.0 1 30 1 23146 NA NA 0 1 30 1 23146 1.0 0.0 0.0 0.0 93.3 0.0 6.7 11 dsDNAphage linear seq90||full 1.0 dsDNAphage | ||
hc_1 1 65 92 47657 1.0 1.0 1 65 92 47657 NA NA 0 1 65 92 47657 1.0 0.0 0.0 0.0 87.7 0.0 12.3 3 dsDNAphage circular seq9||full 1.0 dsDNAphage | ||
hc_2 1 33 61 20731 0.727 0.76 1 34 61 23816 NA NA 0 1 34 61 23816 0.72 0.0 0.0 2.9 88.2 5.9 2.9 0 dsDNAphage linear seq78||full 0.727 dsDNAphage | ||
lc_1 1 25 2 24532 0.993 0.993 1 25 2 24532 NA NA 0 1 25 2 24532 0.993 0.0 0.0 0.0 60.0 0.0 40.0 2 dsDNAphage linear seq72||full 0.993 dsDNAphage | ||
lc_2 1 36 2 25058 0.947 0.96 1 36 2 25058 NA NA 0 1 36 2 25058 0.947 0.0 0.0 0.0 86.1 2.8 11.1 0 dsDNAphage circular seq70||full 0.947 dsDNAphage |
14 changes: 14 additions & 0 deletions
14
tests/parse_viral_fixtures/base_fixtures/virsorter2/final-viral-combined.fa
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,14 @@ | ||
>phage_1||partial | ||
AAA | ||
>phage_2||1_partial | ||
GGG | ||
>hc_1||full | ||
TTT | ||
>hc_2||lt2gene | ||
T | ||
>lc_1||full | ||
C | ||
>lc_2||lt2gene | ||
AA | ||
>lc_3||full | ||
GG |
8 changes: 8 additions & 0 deletions
8
tests/parse_viral_fixtures/base_fixtures/virsorter2/final-viral-score.tsv
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,8 @@ | ||
seqname dsDNAphage ssDNA max_score max_score_group length hallmark viral cellular | ||
phage_1||partial 0.913 0.053 0.7 dsDNAphage 105648 0 67.800 1.300 | ||
phage_2||1_partial 1.000 0.087 1.000 dsDNAphage 62420 2 66.000 0.000 | ||
hc_1||full 0.987 0.027 0.987 dsDNAphage 57882 15 83.000 1.900 | ||
hc_2||lt2gene 1.000 0.413 1.000 dsDNAphage 47566 3 87.700 0.000 | ||
lc_1||full 1.000 0.173 0.8 dsDNAphage 45193 1 85.500 0.000 | ||
lc_2||lt2gene 1.000 0.513 0.5 dsDNAphage 45227 4 74.000 0.000 | ||
seq10||lt2gene nan nan nan dsDNAphage 5899 1 100.000 0.000 |
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 |
---|---|---|
|
@@ -10,9 +10,5 @@ TTT | |
G | ||
>seq6 | ||
C | ||
>seq7|phage-circular | ||
T | ||
>seq8 | ||
AA | ||
>seq9 | ||
GG |
Oops, something went wrong.