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 ba255f2 commit 612d9ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
star=mapping.Star(index=os.path.join(testVars.testDir,"starIndex"),genome=testVars.genome)
samOb=tools.Samtools()
stie=assembly.Stringtie()
cl=assembly.Cufflinks()
kl=quant.Kallisto(index=testVars.testDir+"/kallistoIndex/kalIndex",transcriptome=testVars.cdna)
sl=quant.Salmon(index=testVars.testDir+"/salmonIndex/salIndex",transcriptome=testVars.cdna_big)

Expand Down Expand Up @@ -63,6 +64,9 @@ def test_pipeline4():
st=sraOb.quant(sl).quant(kl).align(star)
assert st!=None,"pipeline 1 failed"

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



0 comments on commit 612d9ac

Please sign in to comment.