reproducibility

Table of Contents

1. reproducibility

1.2. Replication crisis - Wikipedia

https://en.wikipedia.org/wiki/Replication_crisis
Cita trabajos de Luhman acerca de porqué pasa, en general por que la gente tiene distintos códigos sobre lo que es importante y lo que no

Social systems theory, as expounded in the work of German sociologist Niklas Luhmann, offers a similar diagnosis.
This theory holds that each system, such as economy, science, religion or media, communicates using its own code: true and false for science, profit and loss for the economy, news and no-news for the media, and so on.
According to some sociologists, science’s mediatization, its commodification and its politicization, as a result of the structural coupling among systems, have led to a confusion of the original system codes.
If science’s code of true and false is substituted with those of the other systems, such as profit and loss or news and no-news, science enters into an internal crisis.

1.5. Barriers to reproducibility — The Turing Way

  1. Limited incentives to give evidence against yourself (if I share my data people may find mistakes)
  2. Publication bias towards novel findings
  3. Held to higher standards than others
  4. Not considered for promotion
  5. Big data and complex computational infrastructure
  6. Being reproducible does not mean the answer is right
  7. Takes time

1.10. Tazro Ohta Verifying workflow reproducibility using RO-Crate - YouTube

1.10.1. sapporo-wes/tonkaz: CLI tool to verify workflow reproducibility

Tonkaz is a CLI tool to verify workflow reproducibility. It compares the RO-Crate of workflow execution results and calculates the reproducibility level of each output file.

  • Level3 ⭐⭐⭐ : Files are identical with the same checksum
  • Level2 ⭐⭐ : Files are different, but their features (file size, map rate, etc.) are similar (within threshold: 0.05)
  • Level1 ⭐ : Files are different, and their features are different (beyond threshold)
  • Level0 : File not found

Tonkaz supports ONLY RO-Crate generated by Sapporo-service and Yevis-cli.

Author: Julian Lopez Carballal

Created: 2024-09-16 Mon 05:14