Skip to content

Commit c56870e

Browse files
committed
Fix RnaseqRecipe import error
1 parent e9656a7 commit c56870e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfcommons/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import logging
1717

1818
from .wfchef.recipes import BlastRecipe, BwaRecipe, CyclesRecipe, EpigenomicsRecipe, GenomeRecipe, MontageRecipe, \
19-
SeismologyRecipe, SoykbRecipe, SrasearchRecipe
19+
RnaseqRecipe, SeismologyRecipe, SoykbRecipe, SrasearchRecipe
2020
from .wfgen import WorkflowGenerator
2121
from .wfinstances import Instance, InstanceAnalyzer, InstanceElement
2222

0 commit comments

Comments
 (0)