// THIS CODE WAS GENERATED WITH THE GENERIC WORKFLOW NODES FOR KNIME NODE GENERATOR
// DO NOT MODIFY
package de.seqan.ngs_toolbox.knime.nodes.SamtoolsMPileup;

import com.genericworkflownodes.knime.generic_node.GenericKnimeNodeModel;

import com.genericworkflownodes.knime.config.INodeConfiguration;
import com.genericworkflownodes.knime.custom.config.IPluginConfiguration;

/**
    @brief SamtoolsMPileup Node Model.
*/
public class SamtoolsMPileupNodeModel extends GenericKnimeNodeModel {  
    protected SamtoolsMPileupNodeModel(INodeConfiguration nodeConfig,
            IPluginConfiguration pluginConfig) {
        super(nodeConfig, pluginConfig, new String[][]{{"bam" }, {"fasta" ,"fa" },}, new String[][]{{"bcf" },});
    }
}
