File: water_reverse4.txt

package info (click to toggle)
python-biopython 1.80%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76,328 kB
  • sloc: python: 316,117; xml: 178,845; ansic: 14,577; sql: 1,208; makefile: 131; sh: 70
file content (39 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (3)
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:15
# Commandline: water
#    -asequence seqA.fa
#    -bsequence seqB.fa
#    -gapopen 1
#    -gapextend 0.5
#    -sreverse2
#    -outfile water_reverse4.txt
# Align_format: srspair
# Report_file: water_reverse4.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               3 GGGCCCGGTT-TAAAAAAA     20
                     ||||||||   ||||||||
seqB              19 GGGCCCGG--GTAAAAAAA      3


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