File: water_reverse3.txt

package info (click to toggle)
python-biopython 1.85%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 126,372 kB
  • sloc: xml: 1,047,995; python: 332,722; ansic: 16,944; sql: 1,208; makefile: 140; sh: 81
file content (39 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
########################################
# Program: water
# Rundate: Sat 22 Oct 2022 22:56:03
# Commandline: water
#    -asequence seqA.fa
#    -bsequence seqB.fa
#    -gapopen 1
#    -gapextend 0.5
#    -sreverse1
#    -outfile water_reverse3.txt
# Align_format: srspair
# Report_file: water_reverse3.txt
########################################

#=======================================
#
# Aligned_sequences: 2
# 1: seqA
# 2: seqB
# Matrix: EDNAFULL
# Gap_penalty: 1.0
# Extend_penalty: 0.5
#
# Length: 19
# Identity:      16/19 (84.2%)
# Similarity:    16/19 (84.2%)
# Gaps:           3/19 (15.8%)
# Score: 77.5
# 
#
#=======================================

seqA              20 TTTTTTTAAA-CCGGGCCC      3
                     |||||||  | ||||||||
seqB               3 TTTTTTT--ACCCGGGCCC     19


#---------------------------------------
#---------------------------------------