Skip to content

Commit

Permalink
Merge pull request #54 from Mayrlab/dev
Browse files Browse the repository at this point in the history
resolves #53
  • Loading branch information
mfansler committed Aug 24, 2022
2 parents 9ef4c13 + fd8ed66 commit efa666f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ message("[INFO] Loading sample data...")
samples = pd.read_csv(config['sample_file'], index_col='sample_id')
message("[INFO] Loaded %d samples." % len(samples.index))

# conform cell_annots for input
if config['cell_annots'] is None:
config['cell_annots'] = []

wildcard_constraints:
sample_id=config['sample_regex']

Expand Down

0 comments on commit efa666f

Please sign in to comment.