Skip to content

Commit f1091e5

Browse files
authored
Merge pull request #126 from Ann-Geo/fix-rnaseq-recipe-import-error
Fix RnaseqRecipe import error
2 parents e9656a7 + c56870e commit f1091e5

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)