Skip to content

Commit df84b0b

Browse files
committed
disabling a test
1 parent 8a545d0 commit df84b0b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/get_data.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ wget --no-verbose --output-document=S_N2_neutral_Zn.mzML "https://massive.ucsd.e
1111
wget --no-verbose --output-document=gnps-library.json "https://external.gnps2.org/gnpslibrary/GNPS-LIBRARY.json"
1212
wget --no-verbose --output-document=specs_ms.mgf "http://massive.ucsd.edu/ProteoSAFe/DownloadResultFile?task=5ecfcf81cb3c471698995b194d8246a0&block=main&file=spectra/specs_ms.mgf"
1313
wget --no-verbose --output-document=1810E-II.mzML "https://massive.ucsd.edu/ProteoSAFe/DownloadResultFile?file=f.MSV000084691/ccms_peak/1810E-II.mzML&forceDownload=true"
14-
wget --no-verbose --output-document=KoLRI_24666_Cent.mzML "http://massive.ucsd.edu/ProteoSAFe/DownloadResultFile?task=5fc1673650f446c1b803c6391d15d0e7&block=main&file=kbkang/Lichen_library/KoLRI_24666_Cent.mzML"
1514
wget --no-verbose --output-document=T04251505.mzXML "https://massive.ucsd.edu/ProteoSAFe/DownloadResultFile?file=f.MSV000082797/ccms_peak/raw/MTBLS368/T04251505.mzXML&forceDownload=true"
1615
wget --no-verbose --output-document=isa_9_fe.mzML "https://massive.ucsd.edu/ProteoSAFe/DownloadResultFile?file=f.MSV000084030/ccms_peak/isa_9_fe.mzML&forceDownload=true"
1716
wget --no-verbose --output-document=01308_H02_P013387_B00_N16_R1.mzML "https://massive.ucsd.edu/ProteoSAFe/DownloadResultFile?forceDownload=true&file=f.MSV000083508/ccms_peak/colon/Trypsin_HCD_QExactiveplus/01308_H02_P013387_B00_N16_R1.mzML"

tests/test_query.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ def test_networking_mgf_library():
398398
results_df = msql_engine.process_query(query, "tests/data/specs_ms.mgf")
399399
print(results_df)
400400
assert(2 in list(results_df["scan"]))
401-
401+
402+
@pytest.mark.skip(reason="input file missing")
402403
def test_mse():
403404
query = "QUERY scaninfo(MS1DATA) WHERE MS1MZ=X:TOLERANCEMZ=0.1:INTENSITYPERCENT=25:INTENSITYMATCH=Y:INTENSITYMATCHREFERENCE \
404405
AND MS1MZ=X+2:TOLERANCEMZ=0.1:INTENSITYMATCH=Y*0.33:INTENSITYMATCHPERCENT=30 AND \
@@ -806,8 +807,8 @@ def main():
806807
#test_otherscan_query()
807808
#test_otherscan_iron_query()
808809
#test_otherscan()
809-
810-
debug_query()
810+
811+
#debug_query()
811812

812813

813814
if __name__ == "__main__":

0 commit comments

Comments
 (0)