Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 18, 2021
1 parent 612d9ac commit cc6eb43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_integration_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
hs=mapping.Hisat2(index=testVars.testDir+"/hisatindex",genome=testVars.genome,**hsOpts)
star=mapping.Star(index=os.path.join(testVars.testDir,"starIndex"),genome=testVars.genome)
stie=assembly.Stringtie()
cl=assembly.Cufflinks()


#sra ob
Expand All @@ -54,3 +55,9 @@ def test_pipeline3():
def test_pipeline4():
st=sraOb.align(star)
assert st!=None,"pipeline 1 failed"

def test_pipeline5():
st=sraOb.trim(tg).align(bt).assemble(cl).assemble(stie)
assert st!=None,"pipeline 1 failed"


0 comments on commit cc6eb43

Please sign in to comment.