10 Prediction submission format
Regarding the output format, it should consist of tab separated columns with the following information:
<team_id> <run_id> <sub_task_id> <type> <rank> <pmid>
where
team_id: corresponds to the assigned team identifier (provided to each team), e.g. T1_BC2_PPI
run_id: corresponds to the run id (max. of three runs per team), e.g. 1
sub_task_id: the identifier of this subtask, i.e. 'BC2_PPI_IAS'
type: prediction of relevance for protein-protein interaction: 'T' or 'F'
rank: corresponds to the rank of the prediction, must start with 1, up to the total number of
articles in the returned subset.
pmid: the PubMed identifier of the prediction.
Be sure that your prediction is compliant with this simple output format.