<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div><div><div><div><div><div>Hi Stefan,<br></div>I don&#39;t want to talk about the design of the system. I know what you mean because I have already had the need to work on that and, yes, there are some choices that I would have not taken. But my choice, entering in a collaborative project, was to mantain the planned design to be sure to add some extra features without run the risk of getting lost in huge modifications, minimize the impact of modifications on the API and moreover to have some kind of &quot;respect&quot; for the work of people before me.<br>Unless the system works in reasonable time, in my opinion this is the important thing. <br><br>Moreover be aware that there is also a parallel GenbankProxyLoader system that I&#39;m pretty sure that it is not receiving your patches (catenated sequence loading). To be checked.<br><br></div>About section keys, unknown tags and collecting them in a list, I partially agree with you (more no than yes) because the Genbank format is highly specified and formal, please have a look at the link below. The best think would have to throw an Exception in unsupported cases but this would definitely limit the parser usage.<br><span><a href="http://www.insdc.org/files/feature_table.html" target="_blank">http://www.insdc.org/files/feature_table.html</a></span><br><br></div>About reference, authors and dblink, as prevously mentioned, I have no exceptions to add those properties to AbstractSequence even if I feel they make poor sense outside your specific use case.<br><br></div>Andreas has the last word on this, however.<br><br></div>My suggestion is just to carefully check your new added tags since it seems to me that <span>SOURCE_TAG is the same of your </span><span>DBSOURCE</span><span> but I know that this topic is also debated in the others bio* projects so it is not trivial.<br><br></span></div><span>Happy biojava-ing,<br></span></div><span>Paolo<br></span><div><div><span><br><br></span> <span></span><div><div><div><div><br><br></div></div></div></div></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2015-02-11 0:13 GMT+01:00 stefan harjes <span dir="ltr">&lt;<a href="mailto:stefanharjes@yahoo.de" target="_blank">stefanharjes@yahoo.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div dir="ltr"><span>Hi Paolo,</span></div><div dir="ltr"><br><span></span></div><div dir="ltr"><span>come on now the reader returns a LinkedHashMap. If it would only read one sequence, it could simply return the sequence. Also the actual method call contains a integer parameter indicating how many sequences should be fetched. In my pull request I patched the reader so that it actually does that.</span></div><div dir="ltr"><br><span></span></div><div dir="ltr"><span>The sectionKey tags I was talking about are actually &#39;PRIMARY&#39;, DBREFERENCE&#39; and &quot;DBLINK&#39;. I think it would be better not to ask after every single key, but simply collect all &#39;not known&#39; keys together with their values and store them in a list. Then you could just read/write them without silently forget about them. Right now if any unknown tag is read, it is simply recognized and then dropped, which I do not consider friendly.</span></div><div dir="ltr"><br><span></span></div><div dir="ltr"><span>Cheers</span></div><div dir="ltr"><span>Stefan</span></div><div dir="ltr"><span><br></span></div><div dir="ltr"><br><span></span></div><div dir="ltr"><span></span></div> <div><br><br></div><div style="display:block"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div dir="ltr"> <font face="Arial"> Paolo Pavan &lt;<a href="mailto:paolo.pavan@gmail.com" target="_blank">paolo.pavan@gmail.com</a>&gt; schrieb am 23:56 Dienstag, 10.Februar 2015:<br> </font> </div><div><div>  <br><br> <div><div><div><div dir="ltr"><div><div><div><div><div>Hi Stefan, thank you for the review.<br clear="none"></div>You are actually surprising me since if I&#39;m not sure that the reader parser supports multiple genbank files catenated I tought instead that all the info now are full filled in the sequence object. <br clear="none">There are just few tags that are not imported (KEYWORDS_TAG, SOURCE_TAG, REFERENCE_TAG, BASE_COUNT_TAG), the documentation says that this is because they are anyway inferrable by different fields. I can also add this is because, as in the case of authors and reference tags, there is not such a property in the AbstractSequence class and I see poor sense to have it, unless you are doing this sort of swapping job. Anyway, it could be certainly added. <br clear="none"><br clear="none"></div></div>About writer and its failure in writing the reported accession: even if I can&#39;t go in deep now, it may well be that it is failing in writing InsdcLocations (also known as split locations, for example<span> <i>join(58474..59052,59052..59279)</i></span> reported in your genome file) since they have been used more sistematically by the last updated genbank reader. It may need a quick review along with db_xref qualifiers as well. <br clear="none"><br clear="none"></div>In the end about alignment, if you are using NedlemanWunsch or such in the alignment package, be sure to load them with the proper AmbiguityDNACompoundSet.<br clear="none"><br clear="none">Cheers,<br clear="none"></div>Paolo<br clear="none"></div><div><br clear="none"><div>2015-02-10 10:28 GMT+01:00 stefan harjes <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:stefanharjes@yahoo.de" target="_blank">stefanharjes@yahoo.de</a>&gt;</span>:<br clear="none"><div><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div dir="ltr"><span>Hi Paolo, biojava-dev<br clear="none"></span></div><div dir="ltr"><br clear="none"><span></span></div><div dir="ltr"><span>I had a look myself. First I noticed, that GenbankWriter was actually more sophisticated than the Reader, as it was able to write more than one sequence. I submitted a pull request to patch GenbankReader which enables reading more than one genbank sequence from one file. When we speak of full Genbank reading capability, there are still at least 5 sectionKeys which are just ignored in the reader. I think there should be a way of simply storing them in a List and not asking for each one of them, maybe I will look there later.</span></div><div dir="ltr"><br clear="none"><span></span></div><div dir="ltr"><span>The writer is doing pretty well, but you should try to write &#39;NC_000913.gb&#39; which crashed it in my case (writing nothing/no exception).</span></div><div dir="ltr"><br clear="none"><span></span></div><div dir="ltr"><span>I added two more test cases, but I think in order to really test the reader/writer capabilities we need a test where several sequences/proteins are read, merge into an array and written to stream. Upon reading this stream again, we should compare if they are still identical.</span></div><div dir="ltr"><br clear="none"><span></span></div><div dir="ltr"><span>Also I noticed, that you can not compare (align) a DNA sequence with non ambiguous nucleotide to a sequence with ambiguous nucleotide compounds even though a matrix dedicated for that exact comparison exists.<br clear="none"></span></div><div dir="ltr"><br clear="none"><span></span></div><div dir="ltr"><span>Cheers</span></div><div dir="ltr"><span>Stefan<br clear="none"> </span></div><div><br clear="none"><br clear="none"></div><div style="display:block"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div dir="ltr"> <font face="Arial"> Paolo Pavan &lt;<a rel="nofollow" shape="rect" href="mailto:paolo.pavan@gmail.com" target="_blank">paolo.pavan@gmail.com</a>&gt; schrieb am 4:43 Samstag, 7.Februar 2015:<br clear="none"> </font> </div><div><div>  <br clear="none"><br clear="none"> <div><div><div><div dir="ltr"><div><div><div>Hi Stefan,<br clear="none"></div>I had a look at the GenbankWriter because I could also need it in the future. Can you please specify what are the issues you are meeting? Because I made few quick tests and everything seemed work to me. <br clear="none"></div><br clear="none">Just in case, if you are reading then writing a Genbank file, are you using the last release of biojava 4.0.0 version? This would explain empty genbank files in output (If I have understood correctly what you have done).<br clear="none"><br clear="none"></div>Paolo<br clear="none"></div><div><br clear="none"><div>2015-02-06 11:03 GMT+01:00 stefan harjes <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:stefanharjes@yahoo.de" target="_blank">stefanharjes@yahoo.de</a>&gt;</span>:<br clear="none"><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div dir="ltr"><span>@Andreas: Yes I understand, thanks anyhow. <br clear="none"></span></div><div dir="ltr"><span><br clear="none"></span></div><div dir="ltr"><span>@Paolo: I will have another look at </span>GenbankWriter maybe I find some time.</div><div dir="ltr"><br clear="none"></div><div dir="ltr">Cheers</div><div dir="ltr">Stefan</div><div dir="ltr"><br clear="none"></div> <div><br clear="none"><br clear="none"></div><div style="display:block"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div dir="ltr"> <font face="Arial"> Andreas Prlic &lt;<a rel="nofollow" shape="rect" href="mailto:andreas@sdsc.edu" target="_blank">andreas@sdsc.edu</a>&gt; schrieb am 7:01 Freitag, 6.Februar 2015:<br clear="none"> </font> </div><div><div>  <br clear="none"><br clear="none"> <div><div><div><div dir="ltr">Hi Stefan,<div><br clear="none"></div><div>thanks for your reply. You are trying to use the code base in a way that has not been done before. While I share your desire that this should work in principle, I think it is also important to point out that we never promised that serialization would be a supported feature. We started a thread to add better support on this here: <a rel="nofollow" shape="rect" href="https://github.com/biojava/biojava/issues/249" target="_blank">https://github.com/biojava/biojava/issues/249</a> .</div><div><br clear="none"></div><div>Regarding your project: It seems it would make sense to split your array of sequences into two: DNA sequences and protein sequences. Dealing with each of those separately might be easier. </div><div><br clear="none"></div><div>Andreas</div><div><br clear="none"><div><br clear="none"><div><div>On Wed, Feb 4, 2015 at 3:42 PM, stefan harjes <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:stefanharjes@yahoo.de" target="_blank">stefanharjes@yahoo.de</a>&gt;</span> wrote:<br clear="none"><blockquote style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div style="color:rgb(0,0,0);font-family:HelveticaNeue,&#39;Helvetica Neue&#39;,Helvetica,Arial,&#39;Lucida Grande&#39;,sans-serif;font-size:16px;background-color:rgb(255,255,255)"><div><div><div style="color:rgb(0,0,0);font-family:HelveticaNeue,&#39;Helvetica Neue&#39;,Helvetica,Arial,&#39;Lucida Grande&#39;,sans-serif;font-size:16px;background-color:rgb(255,255,255)"><div><div><div style="color:rgb(0,0,0);font-family:HelveticaNeue,&#39;Helvetica Neue&#39;,Helvetica,Arial,&#39;Lucida Grande&#39;,sans-serif;font-size:16px;background-color:rgb(255,255,255)"><div dir="ltr"><span>Hi Andreas,</span></div><div dir="ltr"><br clear="none"><span></span></div><div dir="ltr"><span>yes I took a look at </span>FastaWriterHelper as well as GenbankWriter and they only seem to implement writing the name and sequence as fasta. Also they do not allow to read/write a mixed array of protein and DNA sequences. I asked myself what is the sense of constructing a complicated sequence with annotations, features and links, if I can only write fasta? <br clear="none"></div><div dir="ltr"><br clear="none"></div><div dir="ltr">This lead me to check out why one of the most basic classes of biojava like sequence (i.e. AbstractSequence) is not serializable. <br clear="none"></div><div dir="ltr"><div dir="ltr">(Isn&#39;t it like String for java?)<br clear="none"></div><div><br clear="none"></div></div><div dir="ltr">The first thing I noticed is that for some reason every sequence has a proxyloader. As fas as I understand the proxy is implemented in order to not load the entire sequence in case it is very big. Sure, then you can load sequences which have Gigabase length. But I have never in my 25 years of biochemistry actually worked with a single sequence of &gt; 1GB. While there are some plant chromosomes which might fit this description, I would argue that the vast majority of biological sequences are much smaller and thus do not need a proxy for a single sequence. Thus, I would conclude that a small subset of ChromosomeSequence might need a proxyreader implementation.</div><div dir="ltr">And thus it should be implemented there and not in the most basic class?</div><div dir="ltr"><br clear="none"></div><div dir="ltr"><div dir="ltr">The first class which prevents serialization is as you mentioned NucleotideCompound. I lack the biojava experience to say what is essential in NucleotideCompond and why it does not allow an empty constructor. But I saw for example in biojava 3.1 that compounds are allowed to have flexible name length, which I have never seen in actual sequence data, where it is always 1 or three characters. Is it not a better strategy to keep basic classes such as Sequence and Compound more basic in order to allow serialization. Implementation of more complex features could then be moved to classes which extend the basic classes? <br clear="none"></div><div dir="ltr"><br clear="none"></div><div dir="ltr">In my humble opinion one could instantiate a compound without a &#39;base&#39; name but once this compound is added to the compound set, I could check that it actually has a base name?<br clear="none"></div></div><div dir="ltr"><div><br clear="none"></div><div dir="ltr">I do not want to sound like a know-it-all and do not try to reinvent biojava. However to be honest the (unsuccessful) effort in trying to serialize an ArrayList&lt;Sequence&lt;?&gt;&gt; either to send it around over TCP/IP, to JSON or to disk has been so frustrating and time consuming, that I actually consider changing to jython/biopython, biojavaX, or to write my own implementation.</div><div dir="ltr"><br clear="none"></div></div><div dir="ltr"><div dir="ltr">Cheers</div><div dir="ltr">Stefan</div><div dir="ltr"><br clear="none"></div><div><br clear="none"></div><div><br clear="none"></div></div><div dir="ltr"><br clear="none"></div> <div><br clear="none"><br clear="none"></div><div style="display:block"> <div style="font-family:HelveticaNeue,&#39;Helvetica Neue&#39;,Helvetica,Arial,&#39;Lucida Grande&#39;,sans-serif;font-size:16px"> <div style="font-family:HelveticaNeue,&#39;Helvetica Neue&#39;,Helvetica,Arial,&#39;Lucida Grande&#39;,sans-serif;font-size:16px"> <div dir="ltr"> <font face="Arial"> Andreas Prlic &lt;<a rel="nofollow" shape="rect" href="mailto:andreas@sdsc.edu" target="_blank">andreas@sdsc.edu</a>&gt; schrieb am 4:32 Donnerstag, 5.Februar 2015:<br clear="none"> </font> </div><div><div>  <br clear="none"><br clear="none"> <div><br clear="none"><br clear="none"></div><div><div><div><div><div><div dir="ltr">Hi Stefan,<div><br clear="none"></div><div>just another quick follow up. You took a look at FastaWriterHelper and it was not useful, right? You need to serialize some header information as well, or what was the problem with it?</div><div><br clear="none"></div><div><a rel="nofollow" shape="rect" href="http://www.biojava.org/docs/api/org/biojava/nbio/core/sequence/io/FastaWriterHelper.html" target="_blank">http://www.biojava.org/docs/api/org/biojava/nbio/core/sequence/io/FastaWriterHelper.html</a><br clear="none"></div><div><br clear="none"></div><div>Thanks,</div><div><br clear="none"></div><div>Andreas</div><div><br clear="none"></div></div><div><br clear="none"><div><div>On Wed, Feb 4, 2015 at 7:13 AM, Andreas Prlic <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:andreas@sdsc.edu" target="_blank">andreas@sdsc.edu</a>&gt;</span> wrote:<br clear="none"><blockquote style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Thanks for pointing this out, Stefan. The problem is that the NucleotideCompound class does not have a zero-args constructor. That means you need to tweak kryo a bit. Kryo can be configured to use an InstantiatorStrategy to handle creating instances of a class. <a rel="nofollow" shape="rect" href="https://github.com/EsotericSoftware/kryo/blob/master/README.md" target="_blank">https://github.com/EsotericSoftware/kryo/blob/master/README.md</a><div><br clear="none"></div><div>Having said that, we need to improve the API and make something like this easier. </div><span><font color="#888888"></font></span><div><br clear="none"></div><div>Andreas</div><div><div><div><br clear="none"><div><br clear="none"></div></div><br></div></div></div></blockquote></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></blockquote></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></blockquote></div></div></div></div></div></div></div></div></div></div></div></div></blockquote></div></div></div></div></div><br></div>  </div></div></div> </div>  </div> </div></div></blockquote></div><br></div>
</div></div></div><br></div>