MassQueryLanguage icon indicating copy to clipboard operation
MassQueryLanguage copied to clipboard

The Mass Spec Query Language (MassQL) is a domain specific language meant to be a succinct way to express a query in a mass spectrometry centric fashion.

Results 55 MassQueryLanguage issues
Sort by recently updated
recently updated
newest added

https://github.com/mwang87/MassQueryLanguage/blob/7ac8970915583a67f7dec8da5b3a898a53ea04d5/massql/msql_extract.py#L163 https://github.com/mwang87/MassQueryLanguage/blob/7ac8970915583a67f7dec8da5b3a898a53ea04d5/setup.py#L37 https://github.com/mwang87/MassQueryLanguage/blob/7ac8970915583a67f7dec8da5b3a898a53ea04d5/requirements.txt#L7

Deleted duplicated queries. Deleted example query about scanmin and scanmax. GNPS libraries (E.g.) do not contain integers as scan identifiers, so the queries are failing in the numerical comparison.

It would be great to have a conda package (e.g., in the bioconda channel https://github.com/bioconda/bioconda-recipes) for massql as this would simplify a lot of CI / DevOps stuff and help...

Hi, Is there a specific way to query an LC-MS file with All Ion Fragmentation (AIF) MS2 with massQL? If yes can you give me an example? Or should i...

Hi, I run massql tool (Commandline) to search for sulfur-containing signals with the following query: QUERY scaninfo(MS1DATA) WHERE MS1MZ=X AND MS1MZ=X+1.996:TOLERANCEPPM=2 I'm attaching the unexpected output in which the difference...