Skip to content

Commit

Permalink
fix: snakefmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatsanto committed Feb 1, 2024
1 parent c5b6753 commit 0fc9071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""General purpose RNA-Seq analysis pipeline developed by the Zavolan Lab"""

import os
import pandas as pd
import shutil
Expand Down
1 change: 1 addition & 0 deletions workflow/rules/sra_download.smk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Independent Snakefile for downloading samples from SRA."""

import pandas as pd


Expand Down

0 comments on commit 0fc9071

Please sign in to comment.