Skip to content

Commit

Permalink
properly process startpath
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jun 25, 2024
1 parent 7842ae5 commit 49df787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_mRNA.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def createTestData(fp):
extract_gz(gtfgz, gtfout)
# Path to STAR index (created in action)
STARpath = Path('tests') / 'data' / 'mRNA_STAR'
STARpath = p.resolve()
STARpath = STARpath.resolve()

orgyaml = {
"genome_size": 94987271 , #we can also extract genome size from STARindex output
"genome_fasta": faout.as_posix(),
Expand Down

0 comments on commit 49df787

Please sign in to comment.