Skip to content

Commit

Permalink
pylint fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ncherric committed Jun 28, 2023
1 parent 5011363 commit c6ebdf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Module readthedocs configuration."""

import sys
import os
Expand Down Expand Up @@ -248,4 +249,4 @@


def setup(app):
app.add_css_file("sphinx-argparse.css")
app.add_css_file("sphinx-argparse.css")
2 changes: 1 addition & 1 deletion workflow/scripts/concatenate-reference-set-overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
log = snakemake.log_fmt_shell(stdout=False, stderr=True)

shell(
"mkdir -p data/target_ref_merge/TempFiles/
"mkdir -p data/target_ref_merge/TempFiles/"
)

shell(
Expand Down
2 changes: 1 addition & 1 deletion workflow/scripts/fixref.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

shell(
"mkdir -p data/vcf_merge/{project}/{refAssemblyVersion}/step7-fixref/Temp/{vcf}/"

)

shell(
"bcftools +fixref {snakemake.input.cleanDBSNPmyData}"
Expand Down

0 comments on commit c6ebdf5

Please sign in to comment.