pub fn read_transcripts<R: TranscriptRead>(
reader: Result<R, ReadWriteError>,
) -> Result<Transcripts, ReadWriteError>
Expand description
Generic function to read transcript from any possible source
pub fn read_transcripts<R: TranscriptRead>(
reader: Result<R, ReadWriteError>,
) -> Result<Transcripts, ReadWriteError>
Generic function to read transcript from any possible source