This file is indexed.

/usr/share/doc/libbiococoa-dev/DeveloperDocs/todo.html is in libbiococoa-dev 2.2.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>TODO</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<link rel="stylesheet" href="bc.css">
	</head>
	<body>
	
		<h2>TODO list for The BioCocoa Project</h2>
		<hr>
		<p>General:</p>
		<ul>
			<li>Look for more places to use NSData in more places to replace the symbolArray</li>
			<li>Implementation of a mutable sequence class</li>
			<li>Update the documentation and headerdoc entries to reflect the new BCSequence/NSData structure</li>
			<li>Update the test code to reflect the new BCSequence/NSData structure</li>
		</ul>
		<hr>

		<p>Koen's list:</p>
		<ul>
			<li>help with BCFeature and BCAnnotation classes</li>
			<li>Work more on BCSequenceReader and BCSequenceWriter classes</li>
			<li>Start working on BCScanner and BCDigest class</li>
			<li>Add more headerdoc entries</li>
			<li>Add specialized views (low priority)</li>
			<li>Set up the initial wiki page</li>
		</ul>
		
		<hr>

		<p>Charles' agenda = what I want to do in order of priority:</p>
		<ul>
			<li>add dev-doc to explain BCSequence et al. design</li>
			<li>implement tests for symbol sets --> idea: systematically use the whole alphabet - BTW, need X for proteins??</li>
			<li>implement tests for translation</li>
			<li>get the sequence IO to a point equivalent to the current BioCocoa release (well, first, understand how it works!)</li>
			<li>have a look at the BCAppKit and BCSequenceView, see if I can do something (at least write a couple of emails...)</li>
			<li>help to get a more complete demo app with all of that</li>
			<li>make BCSymbol more consistent (specifically have a 'symbolForChar:' method for all classes instead of current methods)</li>
			<li>see if I can help to improve BCSequenceCodon</li>
		</ul>

		<hr>
		
    <p>Scott's list:</p>
    <ul>
      <li>Need symbol types that allow for soft and hard masking (BCSymbolSet)</li>
      <li>Init with NSData verifies symbol set (BCSequence)</li>
      <li>Memory efficient reading of sequences to handle whole genomes (BCSequenceReader)</li>
      <li>Add protein sequence support in suffix array (BCSuffixArray)</li>
      <li>Break up suffix array too large for memory into smaller ones on disk, then merge</li>
      <li>Add test cases for BCSuffixArray</li>
      <li>Add dev doc for BCSuffixArray</li>
      <li>Finish maximum common prefix class (BCMCP)</li>
      <li>Add test cases for BCMCP</li>
      <li>Add dev doc for BCMCP</li>
      <li>Multi-core thread support</li>
    </ul>
    
		<hr>
		<p><a href="index.html">Back to index</a></p>
	</body>
</html>