vikramjitsaha / biojs

Automatically exported from code.google.com/p/biojs
0 stars 0 forks source link

Option to hide sequence entry #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow to hide the entry title in the sequence component for the CODATA format

Original issue reported on code.google.com by rajido@gmail.com on 11 Mar 2013 at 10:06

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r456.

Original comment by rajido@gmail.com on 11 Mar 2013 at 10:07

GoogleCodeExporter commented 9 years ago
new option to hide the title ... "formatOptions" ...

            mySequence = new Biojs.Sequence({
                    sequence : theSequence,
                    target : "holder",
                    format : 'CODATA',
                formatOptions : {
                    title:false
                },
                    id : 'P918283'
            });

Original comment by rajido@gmail.com on 11 Mar 2013 at 10:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r467.

Original comment by rajido@gmail.com on 12 Mar 2013 at 3:19