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
|
Author: Andreas Tille <tille@debian.org>
Description: Add new Formats for ARB
--- readseq-1/Formats.orig 1992-12-30 01:00:00.000000000 +0100
+++ readseq-1/Formats 2007-11-14 12:14:36.000000000 +0100
@@ -978,3 +978,19 @@
hist Seq-hist OPTIONAL } -- sequence history
------------------------------------------------
+
+||||||||||| LinAll sequence file format
+----------------------------------------
+
+1234 seq1-id (1234 is sequence length, right justified)
+abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzab
+cdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz
+(80 characters per line, one sequence per file)
+
+||||||||||| Vienna RNA sequence file format
+--------------------------------------------
+
+> seq1-id
+jsdhkasjlhsdlkjcbsd ... (one single line)
+> seq2-id
+odjgoirhggonavdskgj ... (one single line)
|