Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
leilaicruz committed Mar 22, 2022
1 parent 07738ea commit 1bfa7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/statistics/test_volcano.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def test_output():
file_b= ['dnrp1-1_merged-DpnII-NlaIII-a_trimmed.sorted.bam_pergene.txt',
'dnrp1-1_merged-DpnII-NlaIII-b_trimmed.sorted.bam_pergene.txt']

data=volcano(path,file_a,path,file_b)
data=volcano(path,file_a,path,file_b,fold_change_interval=[1,-1],p_value_interval=[2,2])

assert isinstance(data,pandas.core.frame.DataFrame) , "It is expected a dataframe"

0 comments on commit 1bfa7ed

Please sign in to comment.