Skip to content
Snippets Groups Projects
Commit beb4d69d authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

Include IEDB mass spec in mass spec curated training data

parent 885a97c2
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,6 @@ time python curate.py \ ...@@ -39,8 +39,6 @@ time python curate.py \
--out-csv curated_training_data.no_mass_spec.csv --out-csv curated_training_data.no_mass_spec.csv
# With mass-spec data # With mass-spec data
# Note that we STILL drop mass-spec data from IEDB here, since this data seems
# low-quality.
time python curate.py \ time python curate.py \
--data-iedb \ --data-iedb \
"$(mhcflurry-downloads path data_iedb)/mhc_ligand_full.csv.bz2" \ "$(mhcflurry-downloads path data_iedb)/mhc_ligand_full.csv.bz2" \
...@@ -50,6 +48,7 @@ time python curate.py \ ...@@ -50,6 +48,7 @@ time python curate.py \
"$(mhcflurry-downloads path data_systemhcatlas)/data.csv.bz2" \ "$(mhcflurry-downloads path data_systemhcatlas)/data.csv.bz2" \
--data-abelin-mass-spec \ --data-abelin-mass-spec \
"$(mhcflurry-downloads path data_published)/abelin2017.hits.csv.bz2" \ "$(mhcflurry-downloads path data_published)/abelin2017.hits.csv.bz2" \
--include-iedb-mass-spec \
--out-csv curated_training_data.with_mass_spec.csv --out-csv curated_training_data.with_mass_spec.csv
bzip2 curated_training_data.no_mass_spec.csv bzip2 curated_training_data.no_mass_spec.csv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment