Skip to content

Commit

Permalink
Patch: adding json module from stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Sep 12, 2023
1 parent 51a6712 commit e0dc6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
4 changes: 2 additions & 2 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python standard library
from os.path import join
from os import listdir
import os, sys
import os, sys, json

# 3rd party imports from pypi
from snakemake.workflow import workflow as wf_api
Expand Down Expand Up @@ -100,4 +100,4 @@ include: join("rules", "hooks.smk")
include: join("rules", "trim.smk")
include: join("rules", "align.smk")
include: join("rules", "quant.smk")
include: join("rules", "qc.smk")
include: join("rules", "qc.smk")

0 comments on commit e0dc6bd

Please sign in to comment.