Additional methods
All ReadDatastores permit construction from fastq files, iteration, and indexing.
But some specific ReadDatastore types also have additional specific methods. They are listed here.
ReadDatastores.read_tag — Functionread_tag(lr::LinkedReads, i::Integer)Get the tag for the i'th read
ReadDatastores.name — FunctionGet the name of the datastore
ReadDatastores.max_read_length — FunctionGet the length of the longest sequence in the datastore
ReadDatastores.orientation — FunctionGet the orientation of the read pairs
ReadDatastores.stream — FunctionGet a reference to the underlying filestream the datastore is using