Skip to content

Commit

Permalink
Merge pull request #70 from bedapub/dev
Browse files Browse the repository at this point in the history
small fix
  • Loading branch information
grexor authored May 21, 2024
2 parents fd77a05 + de3e051 commit 02c5b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splicekit/core/anchors.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def write_jobs_featureCounts(library_type='single-end', library_strand='NONE'):
jobs_dir = f'jobs/count_{anchor_type}_anchors'
logs_dir = f'logs/count_{anchor_type}_anchors'

if splicekit.config.platform == 'SLURM':
if config.platform == 'SLURM':

job_anchors="""
#!/bin/bash
Expand Down

0 comments on commit 02c5b33

Please sign in to comment.