Skip to content

Commit

Permalink
fixTest
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 13, 2020
1 parent 4e653b7 commit 627d7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ def test_trinityBam():
tr_opts={"--genome_guided_bam":bam,
"--genome_guided_max_intron":"10000",
"--output":testVars.testDir+"/trinity_testoutbam",
"--max_memory":"3G"}
}
st=tr.run_trinity(**tr_opts)
assert st==True, "Failed trinity with bam"

0 comments on commit 627d7ce

Please sign in to comment.