MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / generateNonRedundantTranscripts

Method generateNonRedundantTranscripts

src/rnabloom/RNABloom.java:5676–5685  ·  view source on GitHub ↗
(String inFasta, String outFasta,
            int numThreads, boolean removeArtifacts, boolean usePacBioPreset, String minimapOptions)

Source from the content-addressed store, hash-verified

5674 }
5675
5676 private boolean generateNonRedundantTranscripts(String inFasta, String outFasta,
5677 int numThreads, boolean removeArtifacts, boolean usePacBioPreset, String minimapOptions) throws IOException {
5678
5679 boolean ok = overlapLayout(inFasta, outFasta,
5680 numThreads, strandSpecific, minimapOptions,
5681 maxTipLength, percentIdentity, 2*k, maxIndelSize, removeArtifacts, 1,
5682 usePacBioPreset, true);
5683
5684 return ok;
5685 }
5686
5687 private static boolean hasNtcard() {
5688 try {

Callers 1

assembleTranscriptsNRMethod · 0.80

Calls 1

overlapLayoutMethod · 0.80

Tested by

no test coverage detected