Skip to content

Commit

Permalink
rm cluster_specific module
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 9, 2023
1 parent bda6e01 commit ee11c67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
21 changes: 0 additions & 21 deletions lib/cluster_specific.py

This file was deleted.

2 changes: 1 addition & 1 deletion workflows/chipseq/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import tempfile
import pandas as pd
import numpy as np
import pybedtools
from lib import common, cluster_specific, utils, helpers, aligners, chipseq
from lib import common, utils, helpers, aligners, chipseq
from lib.patterns_targets import ChIPSeqConfig

# ----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion workflows/rnaseq/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from textwrap import dedent
import yaml
import tempfile
import pandas as pd
from lib import common, cluster_specific, utils, helpers, aligners
from lib import common, utils, helpers, aligners
from lib.patterns_targets import RNASeqConfig

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit ee11c67

Please sign in to comment.