iRNA-COSI / APAeval

Community effort to evaluate computational methods for the detection and quantification of poly(A) sites and estimating their differential usage across RNA-seq samples
MIT License
13 stars 14 forks source link

OpenEBench summary workflow: Fix _id of aggregation #153

Closed AsierGonzalez closed 3 years ago

AsierGonzalez commented 3 years ago

The _id of the aggregation object contains two hardcoded parts that are outdated. Although they do not cause any issues, it would be good for them to have meaningful and updated values.

This value is given in line 83 of manage_assessment_data.py:

"_id": "TCGA:{}_{}_Aggregation".format(DEFAULT_eventMark, challenge),
AsierGonzalez commented 3 years ago

After checking how the workflows are integrated in the OpenEBench framework I suggest that we go for the simple solution of replacing "TCGA" with "APAeval" in the code, as trying to use the community_id variable has some unwanted consequences that require further changes.

Same for the date, just update it with a more current date of your choice.

yuukiiwa commented 3 years ago

Thanks, Asier! I have changed TCGA to APAeval and the data to 2021-06-04: https://github.com/yuukiiwa/APAeval-summary-workflow/commit/78930e05d0903d2245e2668529eaa93a9c178de7

AsierGonzalez commented 3 years ago

Fantastic, thank you @yuukiiwa!

AsierGonzalez commented 3 years ago

The changes had the desired effect - I'm closing the ticket. Thank you for the great work @yuukiiwa!