Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
No description, website, or topics provided.
Shell Python
Branch: master
Clone or download
Pull request Compare This branch is 1 commit ahead of MassBank:master.
schymane Merge pull request #1 from MassBank/master
Updating to latest MassBank-data
Latest commit fe0bf85 Nov 11, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.scripts Fix typo in version, adjust path for validation, add helper script. Aug 26, 2019
AAFC Unify some COMMENT: CONFIDENCE entries May 17, 2019
Athens_Univ Unify/fix chemical information, add/fix PubChem CIDs Jul 8, 2019
BGC_Munich Unify/fix chemical information, add/fix PubChem CIDs Jul 9, 2019
BS Unify/fix chemical information, add/fix PubChem CIDs Jul 8, 2019
Boise_State_Univ Fix chemical information Jun 24, 2019
CASMI_2012 Unify/Fix chemical information and add PubChem CID and COPTOXSID. Jun 28, 2019
CASMI_2016 Unify/fix chemical information, add/fix PubChem CIDs Jul 8, 2019
Chubu_Univ Unify AUTHORS string. Aug 1, 2019
Eawag Unify/fix chemical information, add/fix PubChem CIDs Jul 8, 2019
Eawag_Additional_Specs Add/fix PubChem CIDs Jul 1, 2019
Env_Anal_Chem_U_Tuebingen Add missing eol at the last line of file. Aug 2, 2019
Fac_Eng_Univ_Tokyo Unify/fix chemical information, add/fix PubChem CIDs Jul 9, 2019
Fiocruz Unify/fix chemical information. Add PubChem CID and COMPTOXSID. Jun 28, 2019
Fukuyama_Univ Add COMPTOX identifier May 13, 2019
GL_Sciences_Inc Unify/fix chemical information, add/fix PubChem CIDs Jul 9, 2019
IPB_Halle Unify/fix chemical information Jul 5, 2019
ISAS_Dortmund Fix empty line add file end Aug 2, 2019
JEOL_Ltd Unify/fix chemical information Jul 5, 2019
KWR Add COMPTOX identifier May 13, 2019
Kazusa Unify/fix chemical information, add/fix PubChem CIDs Jul 9, 2019
Keio_Univ Unify/fix chemical information, add/fix PubChem CIDs Jul 9, 2019
Kyoto_Univ Unify/fix chemical information, add/fix PubChem CIDs Jul 8, 2019
Literature_Specs Add/fix PubChem CIDs Jul 1, 2019
MPI_for_Chemical_Ecology Unify/fix chemical information, add/fix PubChem CIDs Jul 9, 2019
MSSJ Unify AUTHORS string. Aug 1, 2019
MetaboLights Add/fix PubChem CIDs Jul 1, 2019
Metabolon Unify/fix chemical information, add/fix PubChem CIDs Jul 8, 2019
NAIST Unify/fix chemical information, add/fix PubChem CIDs Jul 9, 2019
NaToxAq
Nihon_Univ
Osaka_MCHRI Unify/fix chemical information. Add PubChem CID and COMPTOXSID. Jun 28, 2019
Osaka_Univ
PFOS_research_group Remove unsupported COMPTOX ids as pointet out in MassBank#66 MassBank#68 Jun 19, 2019
RIKEN Add missing eol at the last line of file. Aug 2, 2019
RIKEN_IMS Add missing eol at the last line of file. Aug 2, 2019
RIKEN_NPDepo Unify/fix chemical information Jul 1, 2019
RIKEN_ReSpect Fix too long RECORD_TITLE. Aug 12, 2019
Tottori_Univ Fix chemical information and add PubChem CIDs Jul 5, 2019
UFZ Unify/fix chemical information, add/fix PubChem CIDs Jul 8, 2019
UOEH Fix chemical information and add PubChem CIDs Jul 5, 2019
UPAO Unify/fix chemical information. Add PubChem CID and COMPTOXSID. Jun 28, 2019
Univ_Connecticut Unify/fix chemical information Jul 5, 2019
Univ_Toyama
Washington_State_Univ Unify/fix chemical information, add/fix PubChem CIDs Jul 8, 2019
Waters Unify/fix chemical information Jul 5, 2019
figure Prepare for precalculated figures. Jul 30, 2018
.gitattributes Set up git repo. Mar 8, 2018
.gitignore Ignore .DS_Store May 1, 2019
.travis.yml Adjust .travis.yml for release Aug 27, 2019
List_of_Contributors_Prefixes_and_Projects.md Update List_of_Contributors_Prefixes_and_Projects.md Aug 26, 2019
README.md Update README.md Jun 27, 2019
VERSION Bump version to 2019.08 Aug 27, 2019
bumb-version.sh

README.md

MassBank-data validation status

Master Validation Status Dev Validation Status

This repo contains all MassBank records and uses the Travis CI to validate the content of all records with the new Validator from MassBank-web.

Validate new record files locally (linux only)

To validate new record files locally please clone this repo. Under the .scripts directory create the source tree of the MassBank-web project and compile it, because the validator program is needed. You can use the following commands:

git clone --depth 1 -q https://github.com/MassBank/MassBank-web.git .scripts/MassBank-web
mvn -q -f .scripts/MassBank-web/MassBank-Project/MassBank-lib/pom.xml install

Now its possible to validate record files locally. validate.sh supports validation of a single record file, several files as well as one or several directories containing record files, eg.

./.scripts/validate.sh AAFC

To validate the full date repository use the validate_all_local.sh script.

Submit new records to MassBank-data or modify existing records

To submit data or to change existing records:

  1. Please fork this repo, clone it to your place and make your changes or add new content in the dev branch.
  2. To enable automatic validation of records in a new subdirectory please run ./.scripts/pre-commit or create a symlink/copy ./.scripts/pre-commit to .git/hooks/pre-commit prior commiting the changes.
  3. Commit and push your changes to the dev branch of your repo.
  4. Create a pull request against the dev branch.

Your pull request will be validated and you will receive a report whether your records meet the MassBank specs.

Generation of new records for upload to MassBank-data

The preferred software to generate MassBank records is RMassBank. RMassBank is in continous development. Hence, use the latest version available, please.

You can’t perform that action at this time.