com.milaboratory.MiStatic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mitcr-groovy Show documentation
Show all versions of mitcr-groovy Show documentation
MiTCR is an open source software package aimed at extraction of information
on repertoire of T-cell clones from Next Generation Sequencing (NGS) data.
It is designed with the knowledge of the critical challenges arising in
everyday processing of immunological data.
The newest version!
package com.milaboratory;
import cc.redberry.pipe.OutputPort;
import com.milaboratory.core.sequencing.io.fastq.SFastqReader;
import com.milaboratory.core.sequencing.read.SSequencingRead;
import java.io.IOException;
public class MiStatic {
static OutputPort fastq(String fileName) throws IOException {
return new SFastqReader(fileName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy