Skip to content
Snippets Groups Projects
Commit 28bb7bca authored by Schneider Leo's avatar Schneider Leo
Browse files

datasets

parent 5cce4055
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ def alphabetical_to_numerical(seq): ...@@ -70,7 +70,7 @@ def alphabetical_to_numerical(seq):
sources = ('data/intensity/sequence_train.npy', sources = ('data/intensity/sequence_train.npy',
'data/intensity/intensity_train.npy', 'data/intensity/intensity_train.npy',
'data/intensity/intensity_train.npy', 'data/intensity/precursor_charge_train.npy',
'data/intensity/precursor_charge_train.npy') 'data/intensity/precursor_charge_train.npy')
...@@ -110,7 +110,7 @@ np.save('data/intensity/irt_train.npy',data_int.irt) ...@@ -110,7 +110,7 @@ np.save('data/intensity/irt_train.npy',data_int.irt)
sources = ('data/intensity/sequence_holdout.npy', sources = ('data/intensity/sequence_holdout.npy',
'data/intensity/intensity_holdout.npy', 'data/intensity/intensity_holdout.npy',
'data/intensity/intensity_holdout.npy', 'data/intensity/precursor_charge_holdout.npy',
'data/intensity/precursor_charge_holdout.npy') 'data/intensity/precursor_charge_holdout.npy')
......
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