Home
last modified time | relevance | path

Searched refs:portDescs (Results 1 – 25 of 29) sorted by relevance

12

/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DIncludedProtoFactoryImpl.cpp53 QList<PortDescriptor *> portDescs; in _getScriptProto() local
86 portDescs << new PortDescriptor(inDesc, inSet, /*input*/ true); in _getScriptProto()
89 portDescs << new PortDescriptor(outDesc, outSet, /*input*/ false, /*multi*/ true); in _getScriptProto()
97 ActorPrototype *proto = new IntegralBusActorPrototype(desc, portDescs, attribs); in _getScriptProto()
110 QList<PortDescriptor *> portDescs; in _getExternalToolProto() local
124portDescs << new PortDescriptor(Descriptor(dcfg.attributeId, dcfg.attrName, dcfg.description), inp… in _getExternalToolProto()
143 portDescs << new PortDescriptor(outDesc, outSet, false, true); in _getExternalToolProto()
195 ActorPrototype *proto = new IntegralBusActorPrototype(desc, portDescs, attribs); in _getExternalToolProto()
213 QList<PortDescriptor *> portDescs; in _getSchemaActorProto() local
248 portDescs << port; in _getSchemaActorProto()
[all …]
H A DGetReadListWorker.cpp120 QList<PortDescriptor *> portDescs; in init() local
126 portDescs << new PortDescriptor(Descriptor(OUT_PORT_ID, in init()
144 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
155 QList<PortDescriptor *> portDescs; in init() local
162 portDescs << new PortDescriptor(Descriptor(OUT_PORT_ID, in init()
182 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DPassFilterWorker.cpp84 QList<PortDescriptor *> portDescs; in init() local
95 portDescs << new PortDescriptor("in-data", inTypeSet, true); in init()
96 portDescs << new PortDescriptor("filtered-data", outTypeSet, false); in init()
107 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DMSA2SequenceWorker.cpp103 QList<PortDescriptor *> portDescs; in init() local
109 portDescs << new PortDescriptor(inPortDesc, inSet, true); in init()
115 portDescs << new PortDescriptor(outPortDesc, outSet, false); in init()
123 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DFilterAnnotationsByQualifierWorker.cpp100 QList<PortDescriptor *> portDescs; in init() local
111portDescs << new PortDescriptor(inDesc, DataTypePtr(new MapDataType("filter.anns", inputMap)), /*i… in init()
112portDescs << new PortDescriptor(outDesc, DataTypePtr(new MapDataType("filter.anns", inputMap)), /*… in init()
134 ActorPrototype *proto = new IntegralBusActorPrototype(desc, portDescs, attribs); in init()
H A DImportAnnotationsWorker.cpp150 QList<PortDescriptor *> portDescs; in init() local
156 portDescs << new PortDescriptor(inPortDesc, inSet, true); in init()
162 portDescs << new PortDescriptor(outPortDesc, outSet, false); in init()
173 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DMarkSequenceWorker.cpp121 QList<PortDescriptor *> portDescs; in init() local
133 portDescs << new PortDescriptor(inPd, inTypeSet, true); in init()
140 portDescs << new PortDescriptor(outPd, outTypeSet, false, true); in init()
149 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DGetFileListWorker.cpp89 QList<PortDescriptor *> portDescs; in init() local
96portDescs << new PortDescriptor(Descriptor(OUT_PORT_ID, GetFileListWorker::tr("Output URL"), GetFi… in init()
112 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DAssemblyToSequenceWorker.cpp142 QList<PortDescriptor *> portDescs; in init() local
152 portDescs << new PortDescriptor(BasePorts::IN_ASSEMBLY_PORT_ID(), inTypeSet, true); in init()
153 portDescs << new PortDescriptor(BasePorts::OUT_SEQ_PORT_ID(), outTypeSet, false); in init()
162 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DMultiplexerWorker.cpp258 QList<PortDescriptor *> portDescs; in init() local
268 portDescs << new PortDescriptor(inputDesc1, emptyTypeSet, true); in init()
269 portDescs << new PortDescriptor(inputDesc2, emptyTypeSet, true); in init()
273 portDescs << new PortDescriptor(outputDesc, emptyTypeSet, false, true); in init()
307 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DStatisticWorkers.cpp55 QList<PortDescriptor *> portDescs; in init() local
68portDescs << new PortDescriptor(inDesc, DataTypePtr(new MapDataType("filter.anns", inputMap)), /*i… in init()
69portDescs << new PortDescriptor(outDesc, DataTypePtr(new MapDataType("filter.anns", outputMap)), /… in init()
92 ActorPrototype *proto = new IntegralBusActorPrototype(desc, portDescs, attribs); in init()
H A DFilterAnnotationsWorker.cpp101 QList<PortDescriptor *> portDescs; in init() local
112portDescs << new PortDescriptor(inDesc, DataTypePtr(new MapDataType("filter.anns", inputMap)), /*i… in init()
113portDescs << new PortDescriptor(outDesc, DataTypePtr(new MapDataType("filter.anns", inputMap)), /*… in init()
135 ActorPrototype *proto = new IntegralBusActorPrototype(desc, portDescs, attribs); in init()
H A DWriteVariationWorker.cpp120 QList<PortDescriptor *> portDescs; in init() local
130 portDescs << new PortDescriptor(inDesc, writeVariationsType, true); in init()
145 …WriteDocActorProto *childProto = new WriteDocActorProto(format, protoDesc, portDescs, inDesc.getId… in init()
H A DText2SequenceWorker.cpp146 QList<PortDescriptor *> portDescs; in init() local
152 portDescs << new PortDescriptor(inPortDesc, inSet, true); in init()
158 portDescs << new PortDescriptor(outPortDesc, outSet, false); in init()
177 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DGroupWorker.cpp173 QList<PortDescriptor *> portDescs; in init() local
179 portDescs << new PortDescriptor(inputDesc1, emptyTypeSet, true); in init()
187 portDescs << new PortDescriptor(outputDesc, outTypeSet, false, true); in init()
210 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
H A DSequenceSplitWorker.cpp215 QList<PortDescriptor *> portDescs; in init() local
238 portDescs << new PortDescriptor(seqDesc, inSet, /*input*/ true); in init()
239 portDescs << new PortDescriptor(outDesc, outSet, /*input*/ false, /*multi*/ true); in init()
273 ActorPrototype *proto = new IntegralBusActorPrototype(desc, portDescs, attribs); in init()
H A DWriteAssemblyWorkers.cpp160 QList<PortDescriptor *> portDescs; in init() local
170 portDescs << new PortDescriptor(inDesc, writeAssemblyType, true); in init()
190 …WriteDocActorProto *proto = new WriteDocActorProto(format, protoDesc, portDescs, inDesc.getId(), a… in init()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/
H A DProfileToProfileWorker.cpp204 QList<PortDescriptor *> portDescs; in init() local
216portDescs << new PortDescriptor(IN_PROFILES_PORT_ID, DataTypePtr(new MapDataType("in.profiles", in… in init()
220portDescs << new PortDescriptor(BasePorts::OUT_MSA_PORT_ID(), DataTypePtr(new MapDataType("out.msa… in init()
227 ActorPrototype *proto = new IntegralBusActorPrototype(protoD, portDescs, QList<Attribute *>()); in init()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/peak2gene/
H A DPeak2GeneWorker.cpp185 QList<PortDescriptor *> portDescs; in init() local
199 portDescs << new PortDescriptor(inPortDesc, inTypeSet, true); in init()
226 portDescs << new PortDescriptor(outPortDesc, outTypeSet, false, true); in init()
300 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/conduct_go/
H A DConductGOWorker.cpp131 QList<PortDescriptor *> portDescs; in init() local
145 portDescs << new PortDescriptor(inPortDesc, inTypeSet, true); in init()
191 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/utils/
H A DBaseShortReadsAlignerWorker.cpp372 QList<PortDescriptor *> portDescs; in getPortDescriptors() local
399 portDescs << readsDescriptor2; in getPortDescriptors()
400 portDescs << readsDescriptor; in getPortDescriptors()
415 portDescs << new PortDescriptor(outPortDesc, outTypeSet, false, true); in getPortDescriptors()
417 return portDescs; in getPortDescriptors()
/dports/biology/ugene/ugene-40.1/src/plugins/annotator/src/
H A DGeneByGeneReportWorker.cpp140 QList<PortDescriptor *> portDescs; in init() local
158 portDescs << new PortDescriptor(inPortDesc, inTypeSet, true); in init()
207 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/conservation_plot/
H A DConservationPlotWorker.cpp174 QList<PortDescriptor *> portDescs; in init() local
188 portDescs << new PortDescriptor(inPortDesc, inTypeSet, true); in init()
261 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/seqpos/
H A DSeqPosWorker.cpp223 QList<PortDescriptor *> portDescs; in init() local
237 portDescs << new PortDescriptor(inPortDesc, inTypeSet, true); in init()
327 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/ceas/
H A DCEASReportWorker.cpp210 QList<PortDescriptor *> portDescs; in init() local
227 portDescs << new PortDescriptor(inPortDesc, inTypeSet, true); in init()
356 ActorPrototype *proto = new IntegralBusActorPrototype(protoDesc, portDescs, attrs); in init()

12