-
Couldn't load subscription status.
- Fork 45
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'd like to add a parameter --long-fastq for use by porechop and unicycler. When porechop is used, it consumes the raw long reads, and its outputs is the input to the long_fastq secondary channel of unicycler. When porechop is not used, unicycler consumes the raw long reads. The behaviour that I want seems handled by set_secondary_inputs, but I'm not entirely sure from where or how to call this function. Could you please point me in the right direction?
flowcraft/flowcraft/generator/process.py
Lines 726 to 727 in 2173530
| def set_secondary_inputs(self, channel_dict): | |
| """ Adds secondary inputs to the start of the pipeline. |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request