-
Notifications
You must be signed in to change notification settings - Fork 10
Writing Protocol
Laurent Jourdren edited this page Mar 26, 2015
·
2 revisions
WARNING: This documentation is outdated and will soon be updated.
DataProtocol
s allow DataFile
s object to read and write data. It is a very lower layer of Eoulsan.
Currently there is no documentation about writing a DataProtocol
class as we think that all the bundled protocols in Eoulsan can fulfil all standard needs. However if you really need to add a new protocol to eoulsan, you can see the sources of the fr.ens.transcriptome.eoulsan.data.protocols
package and we strongly advise you to contact the Eoulsan developers on mailing list to get tips and more informations about DataProtocol
writing.