@@ -566,7 +566,7 @@ def test_default(self, ifs):
566
566
print (' ' .join ([str (i ) for i in ci ]))
567
567
_p = sp .run (ci , capture_output = True , text = True )
568
568
assert _p .returncode == 0
569
- assert parseSpOut (_p ) == 55
569
+ assert parseSpOut (_p ) == 54
570
570
def test_nosamplesheet (self , ifs ):
571
571
ci = [
572
572
"ChIPseq" ,
@@ -580,7 +580,7 @@ def test_nosamplesheet(self, ifs):
580
580
print (' ' .join ([str (i ) for i in ci ]))
581
581
_p = sp .run (ci , capture_output = True , text = True )
582
582
assert _p .returncode == 0
583
- assert parseSpOut (_p ) == 33
583
+ assert parseSpOut (_p ) == 32
584
584
def test_nosamplesheet_genrich (self , ifs ):
585
585
ci = [
586
586
"ChIPseq" ,
@@ -596,7 +596,7 @@ def test_nosamplesheet_genrich(self, ifs):
596
596
print (' ' .join ([str (i ) for i in ci ]))
597
597
_p = sp .run (ci , capture_output = True , text = True )
598
598
assert _p .returncode == 0
599
- assert parseSpOut (_p ) == 36
599
+ assert parseSpOut (_p ) == 35
600
600
def test_broad (self , ifs ):
601
601
ci = [
602
602
"ChIPseq" ,
@@ -630,7 +630,7 @@ def test_genrich(self, ifs):
630
630
print (' ' .join ([str (i ) for i in ci ]))
631
631
_p = sp .run (ci , capture_output = True , text = True )
632
632
assert _p .returncode == 0
633
- assert parseSpOut (_p ) == 57
633
+ assert parseSpOut (_p ) == 56
634
634
def test_seacr (self , ifs ):
635
635
ci = [
636
636
"ChIPseq" ,
@@ -648,7 +648,7 @@ def test_seacr(self, ifs):
648
648
print (' ' .join ([str (i ) for i in ci ]))
649
649
_p = sp .run (ci , capture_output = True , text = True )
650
650
assert _p .returncode == 0
651
- assert parseSpOut (_p ) == 73
651
+ assert parseSpOut (_p ) == 72
652
652
def test_seacr_spikein (self , ifs ):
653
653
ci = [
654
654
"ChIPseq" ,
@@ -667,7 +667,7 @@ def test_seacr_spikein(self, ifs):
667
667
print (' ' .join ([str (i ) for i in ci ]))
668
668
_p = sp .run (ci , capture_output = True , text = True )
669
669
assert _p .returncode == 0
670
- assert parseSpOut (_p ) == 114
670
+ assert parseSpOut (_p ) == 113
671
671
def test_SE (self , ifs ):
672
672
ci = [
673
673
"ChIPseq" ,
@@ -684,7 +684,7 @@ def test_SE(self, ifs):
684
684
print (' ' .join ([str (i ) for i in ci ]))
685
685
_p = sp .run (ci , capture_output = True , text = True )
686
686
assert _p .returncode == 0
687
- assert parseSpOut (_p ) == 55
687
+ assert parseSpOut (_p ) == 54
688
688
def test_l2ratio (self , ifs ):
689
689
ci = [
690
690
"ChIPseq" ,
@@ -702,7 +702,7 @@ def test_l2ratio(self, ifs):
702
702
print (' ' .join ([str (i ) for i in ci ]))
703
703
_p = sp .run (ci , capture_output = True , text = True )
704
704
assert _p .returncode == 0
705
- assert parseSpOut (_p ) == 49
705
+ assert parseSpOut (_p ) == 48
706
706
def test_default_noInput (self , ifs ):
707
707
ci = [
708
708
"ChIPseq" ,
@@ -718,7 +718,7 @@ def test_default_noInput(self, ifs):
718
718
print (' ' .join ([str (i ) for i in ci ]))
719
719
_p = sp .run (ci , capture_output = True , text = True )
720
720
assert _p .returncode == 0
721
- assert parseSpOut (_p ) == 34
721
+ assert parseSpOut (_p ) == 33
722
722
def test_genrich_noInput (self , ifs ):
723
723
ci = [
724
724
"ChIPseq" ,
@@ -736,7 +736,7 @@ def test_genrich_noInput(self, ifs):
736
736
print (' ' .join ([str (i ) for i in ci ]))
737
737
_p = sp .run (ci , capture_output = True , text = True )
738
738
assert _p .returncode == 0
739
- assert parseSpOut (_p ) == 33
739
+ assert parseSpOut (_p ) == 32
740
740
def test_seacr_noInput (self , ifs ):
741
741
ci = [
742
742
"ChIPseq" ,
@@ -754,7 +754,7 @@ def test_seacr_noInput(self, ifs):
754
754
print (' ' .join ([str (i ) for i in ci ]))
755
755
_p = sp .run (ci , capture_output = True , text = True )
756
756
assert _p .returncode == 0
757
- assert parseSpOut (_p ) == 46
757
+ assert parseSpOut (_p ) == 45
758
758
def test_seacr_spikein_noInput (self , ifs ):
759
759
ci = [
760
760
"ChIPseq" ,
@@ -773,7 +773,7 @@ def test_seacr_spikein_noInput(self, ifs):
773
773
print (' ' .join ([str (i ) for i in ci ]))
774
774
_p = sp .run (ci , capture_output = True , text = True )
775
775
assert _p .returncode == 0
776
- assert parseSpOut (_p ) == 67
776
+ assert parseSpOut (_p ) == 66
777
777
def test_frombam (self , ifs ):
778
778
ci = [
779
779
"ChIPseq" ,
@@ -791,7 +791,7 @@ def test_frombam(self, ifs):
791
791
print (' ' .join ([str (i ) for i in ci ]))
792
792
_p = sp .run (ci , capture_output = True , text = True )
793
793
assert _p .returncode == 0
794
- assert parseSpOut (_p ) == 115
794
+ assert parseSpOut (_p ) == 114
795
795
def test_frombam_noInput (self , ifs ):
796
796
ci = [
797
797
"ChIPseq" ,
@@ -809,7 +809,7 @@ def test_frombam_noInput(self, ifs):
809
809
print (' ' .join ([str (i ) for i in ci ]))
810
810
_p = sp .run (ci , capture_output = True , text = True )
811
811
assert _p .returncode == 0
812
- assert parseSpOut (_p ) == 76
812
+ assert parseSpOut (_p ) == 75
813
813
def test_spikein (self , ifs ):
814
814
ci = [
815
815
"ChIPseq" ,
@@ -826,7 +826,7 @@ def test_spikein(self, ifs):
826
826
print (' ' .join ([str (i ) for i in ci ]))
827
827
_p = sp .run (ci , capture_output = True , text = True )
828
828
assert _p .returncode == 0
829
- assert parseSpOut (_p ) == 102
829
+ assert parseSpOut (_p ) == 101
830
830
def test_spikein_noInput (self , ifs ):
831
831
ci = [
832
832
"ChIPseq" ,
@@ -843,7 +843,7 @@ def test_spikein_noInput(self, ifs):
843
843
print (' ' .join ([str (i ) for i in ci ]))
844
844
_p = sp .run (ci , capture_output = True , text = True )
845
845
assert _p .returncode == 0
846
- assert parseSpOut (_p ) == 61
846
+ assert parseSpOut (_p ) == 60
847
847
def test_spikeinfrombam (self , ifs ):
848
848
ci = [
849
849
"ChIPseq" ,
@@ -862,7 +862,7 @@ def test_spikeinfrombam(self, ifs):
862
862
print (' ' .join ([str (i ) for i in ci ]))
863
863
_p = sp .run (ci , capture_output = True , text = True )
864
864
assert _p .returncode == 0
865
- assert parseSpOut (_p ) == 138
865
+ assert parseSpOut (_p ) == 137
866
866
def test_spikeinfrombamTSSnorm (self , ifs ):
867
867
ci = [
868
868
"ChIPseq" ,
@@ -883,7 +883,7 @@ def test_spikeinfrombamTSSnorm(self, ifs):
883
883
print (' ' .join ([str (i ) for i in ci ]))
884
884
_p = sp .run (ci , capture_output = True , text = True )
885
885
assert _p .returncode == 0
886
- assert parseSpOut (_p ) == 114
886
+ assert parseSpOut (_p ) == 113
887
887
def test_spikeinfrombaminputnorm (self , ifs ):
888
888
ci = [
889
889
"ChIPseq" ,
@@ -904,7 +904,7 @@ def test_spikeinfrombaminputnorm(self, ifs):
904
904
print (' ' .join ([str (i ) for i in ci ]))
905
905
_p = sp .run (ci , capture_output = True , text = True )
906
906
assert _p .returncode == 0
907
- assert parseSpOut (_p ) == 111
907
+ assert parseSpOut (_p ) == 110
908
908
def test_allelic (self , ifs ):
909
909
ci = [
910
910
"ChIPseq" ,
@@ -936,7 +936,7 @@ def test_multicomp(self, ifs):
936
936
print (' ' .join ([str (i ) for i in ci ]))
937
937
_p = sp .run (ci , capture_output = True , text = True )
938
938
assert _p .returncode == 0
939
- assert parseSpOut (_p ) == 77
939
+ assert parseSpOut (_p ) == 76
940
940
def test_multicomp_genrich (self , ifs ):
941
941
ci = [
942
942
"ChIPseq" ,
@@ -954,7 +954,7 @@ def test_multicomp_genrich(self, ifs):
954
954
print (' ' .join ([str (i ) for i in ci ]))
955
955
_p = sp .run (ci , capture_output = True , text = True )
956
956
assert _p .returncode == 0
957
- assert parseSpOut (_p ) == 83
957
+ assert parseSpOut (_p ) == 82
958
958
def test_multicomp_broad (self , ifs ):
959
959
ci = [
960
960
"ChIPseq" ,
@@ -988,7 +988,7 @@ def test_multicomp_fromBam(self, ifs):
988
988
print (' ' .join ([str (i ) for i in ci ]))
989
989
_p = sp .run (ci , capture_output = True , text = True )
990
990
assert _p .returncode == 0
991
- assert parseSpOut (_p ) == 137
991
+ assert parseSpOut (_p ) == 136
992
992
def test_multicomp_fromBam_Genrich (self , ifs ):
993
993
ci = [
994
994
"ChIPseq" ,
@@ -1008,7 +1008,7 @@ def test_multicomp_fromBam_Genrich(self, ifs):
1008
1008
print (' ' .join ([str (i ) for i in ci ]))
1009
1009
_p = sp .run (ci , capture_output = True , text = True )
1010
1010
assert _p .returncode == 0
1011
- assert parseSpOut (_p ) == 143
1011
+ assert parseSpOut (_p ) == 142
1012
1012
def test_multicomp_spikein (self , ifs ):
1013
1013
ci = [
1014
1014
"ChIPseq" ,
@@ -1025,7 +1025,7 @@ def test_multicomp_spikein(self, ifs):
1025
1025
print (' ' .join ([str (i ) for i in ci ]))
1026
1026
_p = sp .run (ci , capture_output = True , text = True )
1027
1027
assert _p .returncode == 0
1028
- assert parseSpOut (_p ) == 122
1028
+ assert parseSpOut (_p ) == 121
1029
1029
def test_multicomp_spikein_genrich (self , ifs ):
1030
1030
ci = [
1031
1031
"ChIPseq" ,
@@ -1044,7 +1044,7 @@ def test_multicomp_spikein_genrich(self, ifs):
1044
1044
print (' ' .join ([str (i ) for i in ci ]))
1045
1045
_p = sp .run (ci , capture_output = True , text = True )
1046
1046
assert _p .returncode == 0
1047
- assert parseSpOut (_p ) == 128
1047
+ assert parseSpOut (_p ) == 127
1048
1048
def test_multicomp_spikein_noInput (self , ifs ):
1049
1049
ci = [
1050
1050
"ChIPseq" ,
@@ -1061,7 +1061,7 @@ def test_multicomp_spikein_noInput(self, ifs):
1061
1061
print (' ' .join ([str (i ) for i in ci ]))
1062
1062
_p = sp .run (ci , capture_output = True , text = True )
1063
1063
assert _p .returncode == 0
1064
- assert parseSpOut (_p ) == 77
1064
+ assert parseSpOut (_p ) == 76
1065
1065
def test_multicomp_spikein_noInput_Genrich (self , ifs ):
1066
1066
ci = [
1067
1067
"ChIPseq" ,
@@ -1080,7 +1080,7 @@ def test_multicomp_spikein_noInput_Genrich(self, ifs):
1080
1080
print (' ' .join ([str (i ) for i in ci ]))
1081
1081
_p = sp .run (ci , capture_output = True , text = True )
1082
1082
assert _p .returncode == 0
1083
- assert parseSpOut (_p ) == 80
1083
+ assert parseSpOut (_p ) == 79
1084
1084
def test_multicomp_spikein_fromBam (self , ifs ):
1085
1085
ci = [
1086
1086
"ChIPseq" ,
@@ -1099,7 +1099,7 @@ def test_multicomp_spikein_fromBam(self, ifs):
1099
1099
print (' ' .join ([str (i ) for i in ci ]))
1100
1100
_p = sp .run (ci , capture_output = True , text = True )
1101
1101
assert _p .returncode == 0
1102
- assert parseSpOut (_p ) == 158
1102
+ assert parseSpOut (_p ) == 157
1103
1103
def test_multicomp_spikein_fromBam_genrich (self , ifs ):
1104
1104
ci = [
1105
1105
"ChIPseq" ,
@@ -1120,7 +1120,7 @@ def test_multicomp_spikein_fromBam_genrich(self, ifs):
1120
1120
print (' ' .join ([str (i ) for i in ci ]))
1121
1121
_p = sp .run (ci , capture_output = True , text = True )
1122
1122
assert _p .returncode == 0
1123
- assert parseSpOut (_p ) == 164
1123
+ assert parseSpOut (_p ) == 163
1124
1124
def test_multicomp_spikein_fromBam_noInput (self , ifs ):
1125
1125
ci = [
1126
1126
"ChIPseq" ,
@@ -1139,7 +1139,7 @@ def test_multicomp_spikein_fromBam_noInput(self, ifs):
1139
1139
print (' ' .join ([str (i ) for i in ci ]))
1140
1140
_p = sp .run (ci , capture_output = True , text = True )
1141
1141
assert _p .returncode == 0
1142
- assert parseSpOut (_p ) == 101
1142
+ assert parseSpOut (_p ) == 100
1143
1143
def test_multicomp_spikein_fromBam_noInput_genrich (self , ifs ):
1144
1144
ci = [
1145
1145
"ChIPseq" ,
@@ -1160,7 +1160,7 @@ def test_multicomp_spikein_fromBam_noInput_genrich(self, ifs):
1160
1160
print (' ' .join ([str (i ) for i in ci ]))
1161
1161
_p = sp .run (ci , capture_output = True , text = True )
1162
1162
assert _p .returncode == 0
1163
- assert parseSpOut (_p ) == 104
1163
+ assert parseSpOut (_p ) == 103
1164
1164
def test_multicomp_fromBam_noInput_SEACR (self , ifs ):
1165
1165
ci = [
1166
1166
"ChIPseq" ,
@@ -1180,7 +1180,7 @@ def test_multicomp_fromBam_noInput_SEACR(self, ifs):
1180
1180
print (' ' .join ([str (i ) for i in ci ]))
1181
1181
_p = sp .run (ci , capture_output = True , text = True )
1182
1182
assert _p .returncode == 0
1183
- assert parseSpOut (_p ) == 104
1183
+ assert parseSpOut (_p ) == 103
1184
1184
1185
1185
class TestmRNAseq :
1186
1186
def test_default (self , ifs ):
0 commit comments