Home
last modified time | relevance | path

Searched refs:exportLongNodeSequences (Results 1 – 10 of 10) sorted by relevance

/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DgraphStats.h27 void exportLongNodeSequences(char *filename, Graph * graph,
H A Drun2.c516exportLongNodeSequences(graphFilename, graph, minContigKmerLength, sequences, sequenceLengths, cov… in main()
H A DgraphStats.c976 void exportLongNodeSequences(char *filename, Graph * graph, in exportLongNodeSequences() function
/dports/biology/velvet/velvet_1.2.10/src/
H A DgraphStats.h27 void exportLongNodeSequences(char *filename, Graph * graph,
H A Drun2.c638exportLongNodeSequences(graphFilename, graph, minContigKmerLength, sequences, sequenceLengths, cov… in main()
H A DgraphStats.c965 void exportLongNodeSequences(char *filename, Graph * graph, in exportLongNodeSequences() function
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A Drun2.c435 exportLongNodeSequences(graphFilename, graph, minContigKmerLength); in main()
498 exportLongNodeSequences(graphFilename, graph, minContigKmerLength); in main()
H A DgraphStats.h48 void exportLongNodeSequences(char *filename, Graph * graph,
H A DgraphStats.c1331 void exportLongNodeSequences(char *filename, Graph * graph, in exportLongNodeSequences() function
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/VelvetAPI/
H A DVelvetGraph.cc117exportLongNodeSequences( VUtils::getCharFileName(graphFileName), graph, minContigKmerLength, seque… in save()