Literature DB >> 28751965

Four simple recommendations to encourage best practices in research software.

Rafael C Jiménez1, Mateusz Kuzak2, Monther Alhamdoosh3, Michelle Barker4, Bérénice Batut5, Mikael Borg6, Salvador Capella-Gutierrez7, Neil Chue Hong8, Martin Cook1, Manuel Corpas9, Madison Flannery10, Leyla Garcia11, Josep Ll Gelpí12,13, Simon Gladman10, Carole Goble14, Montserrat González Ferreiro11, Alejandra Gonzalez-Beltran15, Philippa C Griffin10, Björn Grüning5, Jonas Hagberg6, Petr Holub16, Rob Hooft17, Jon Ison18, Daniel S Katz19,20,21,22, Brane Leskošek23, Federico López Gómez1, Luis J Oliveira24, David Mellor25, Rowland Mosbergen26, Nicola Mulder27, Yasset Perez-Riverol11, Robert Pergl28, Horst Pichler29, Bernard Pope10, Ferran Sanz30, Maria V Schneider10, Victoria Stodden20, Radosław Suchecki31, Radka Svobodová Vařeková32,33, Harry-Anton Talvik34, Ilian Todorov35, Andrew Treloar36, Sonika Tyagi10,37, Maarten van Gompel38, Daniel Vaughan11, Allegra Via39, Xiaochuan Wang40, Nathan S Watson-Haigh31, Steve Crouch41.   

Abstract

Scientific research relies on computer software, yet software is not always developed following practices that ensure its quality and sustainability. This manuscript does not aim to propose new software development best practices, but rather to provide simple recommendations that encourage the adoption of existing best practices. Software development best practices promote better quality software, and better quality software improves the reproducibility and reusability of research. These recommendations are designed around Open Source values, and provide practical suggestions that contribute to making research software and its source code more discoverable, reusable and transparent. This manuscript is aimed at developers, but also at organisations, projects, journals and funders that can increase the quality and sustainability of research software by encouraging the adoption of these recommendations.

Entities:  

Keywords:  FAIR; Open Science; Open Source; best practices; code; guidelines; quality; recommendations; software; sustainability

Year:  2017        PMID: 28751965      PMCID: PMC5490478          DOI: 10.12688/f1000research.11407.1

Source DB:  PubMed          Journal:  F1000Res        ISSN: 2046-1402


Introduction

New discoveries in modern science are underpinned by automated data generation, processing and analysis: in other words, they rely on software. Software, particularly in the context of research, is not only a means to an end, but is also a collective intellectual product and a fundamental asset for building scientific knowledge. More than 90% of scientists acknowledge software is important for their own research and around 70% say their research would not be feasible without it ( Hannay ; Hettrick ). Scientists are not just users of software; they are also prime producers ( Goble, 2014). 90% of scientists developing software are primarily self-taught and lack exposure and incentives to adopt software development practices that are widespread in the broader field of software engineering ( Wilson ). As a result, software produced for research does not always meet the standards that would ensure its quality and sustainability, affecting the reproducibility and reusability of research ( Crouch ). Open Source Software (OSS) is software with source code that anyone can inspect, modify and enhance. OSS development is used by organisations and projects to improve accessibility, reproduction, transparency and innovation in scientific research ( Mulgan ; Nosek ). OSS not only increases discoverability and visibility, but it also engages developer and user communities, provides recognition for contributors, and builds trust among users ( McKiernan ). OSS development significantly contributes to the reproducibility of results generated by the software and facilitates software reusability and improvement ( Ince ; Perez-Riverol ). Opening code to the public is also an opportunity for developers to showcase their work, so it becomes an incentive for adoption of software development best practices ( Leprevost ). Thus, OSS can be used as a vehicle to promote the quality and sustainability of software, leading to the delivery of better research. This manuscript describes a core set of OSS recommendations to improve the quality and sustainability of research software. It does not propose new software development best practices, but rather provides easy-to-implement recommendations that encourage adoption of existing best practices. These recommendations do not aim to describe in detail how to develop software, but rather lay out practical suggestions on top of Open Source values that go towards making research software and its source code more discoverable, reusable and transparent. The OSS recommendations should be applied following existing and complementary guidelines like best practices, manifestos and principles that describe more specific procedures on how to develop and manage software. Some of these complementary guidelines are related to version control, code review, automated testing, code formatting, documentation, citation and usability. ( Artaza ; DagstuhlEAS, 2017; Gilb, 1988; Leprevost ; List ; Perez-Riverol ; Prlić & Procter, 2012; Smith ; Wilson ; Wilson ). This manuscript also aims to encourage projects, journals, funders and organisations to both endorse the recommendations and to drive compliance through their software policies. The recommendations are accompanied by a list of arguments addressing common questions and fears raised by the research community when considering open sourcing software. In this manuscript, software is broadly defined to include command line software, graphical user interfaces, desktop and mobile applications, web-based services, application program interfaces (APIs) and infrastructure scripts that help to run services.

Target audience

Our target audience includes leaders and managers of organisations and projects, journal editorial bodies, and funding agencies concerned with the provision of products and services relying on the development of open research software. We want to provide these stakeholders with a simple approach to drive the development of better software. Though these OSS recommendations have mostly been developed within, and received feedback from, the life science community, the document and its recommendations apply to all research fields. Strategies to increase software quality usually target software developers, focusing on training and adoption of best practices ( Wilson ). This approach can yield good results, but requires a significant effort as well as personal commitment from developers ( Wilson, 2014). For an organisation employing scientists and developers with different sets of programming skills and responsibilities, it is not easy to endorse specific best practices or define a broad range of training needs. It is easier to endorse a set of basic recommendations that are simple to monitor, simple to comply with, and which drive the adoption of best practices and reveal training needs. The OSS recommendations aim to create awareness, encourage developers to be more conscious of best practices, and make them more willing to collaborate and request support. The recommendations define broad guidelines, giving developers freedom to choose how to implement specific best practices. In terms of the adoption of these recommendations, we see endorsement as the first step: that is, agreeing to support the OSS recommendations without a formal process for implementation. Promotion is a second step: that is, actively publicising and incentivising the OSS recommendations within the organisation as well as globally. Compliance is the third step: to formally implement them within the organisation, with ongoing monitoring and public reporting if possible. To facilitate progress, we propose that organisations, projects, journals, as well as funding agencies include these OSS recommendations as part of their policies relating to the development and publication of software. Open Source Software is not just adopted by non-profit organisations, but also by commercial companies as a business model ( Popp, 2015). Therefore, we encourage not only publicly funded projects but also for-profit entities to adopt OSS and support these recommendations.

Recommendations

1. Make source code publicly accessible from day one

Develop source code in a publicly accessible, version controlled repository (e.g., GitHub and Bitbucket) from the beginning of the project. The longer a project is run in a closed manner, the harder it is to open it later ( Fogel, 2005). Opening code and exposing the software development life cycle publicly from day one: Promotes trust in the software and broader project Facilitates the discovery of existing software development projects Provides a historical public record of contributions from the start of the project and helps to track recognition Encourages contributions from the community Increases opportunities for collaboration and reuse Exposes work for community evaluation, suggestions and validation Increases transparency through community scrutiny Encourages developers to think about and showcase good coding practices Facilitates reproducibility of scientific results generated by all prior versions of the software Encourages developers to provide documentation, including a detailed user manual and clear in-code comments Some common doubts and questions about making software Open Source are discussed in the Supplementary File S1, “Fears of open sourcing and some ways to handle them”.

2. Make software easy to discover by providing software metadata via a popular community registry

Facilitate discoverability of the software project and its source code by registering metadata related to the software in a popular community registry. Metadata might include information like the source code location, contributors, licence, version, identifier, references and how to cite the software. Metadata registration: Increases the visibility of the project, the software, its use, its successes, its references, and its contributors Provides easy access for software packagers to deploy your software, thus increasing visibility Encourages software providers to think about the metadata that describes software as well as how to expose such metadata Helps to expose the software metadata in a machine readable format via the community registry Increases the chances of collaboration, reuse, and improvement Examples of community registries of software metadata are bio.tools ( Ison ), ( Ison ) biojs.io ( Corpas ; Gómez ) and Omic Tools ( Henry ) in the life sciences and DataCite ( Brase, n.d.) as a generic metadata registry for software as well as data.

3. Adopt a licence and comply with the licence of third-party dependencies

Adopt a suitable Open Source licence to clarify how to use, modify and redistribute the source code under defined terms and conditions. Define the licence in a publicly accessible source code repository, and ensure the software complies with the licences of all third party dependencies. Providing a licence: Clarifies the responsibilities and rights placed on third parties wishing to use, copy, redistribute, modify and/or reuse your source code Enables using the code in jurisdictions where “code with no licence” means it cannot be used at all Protects the software’s intellectual property Provides a model for long-term sustainability by enabling legally well-founded contributions and reuse We advise choosing a OSI-approved Open Source Licence unless your institution or project requires a different licence. Websites like “ Choose an open source license” provide guidelines to help users to select an OSI-approved Open Source Licence. Organisations like the OSS Watch also provide advice on how to keep track of the licences of software dependencies. For reusability reasons, we also advise authors to disclose any patents and pending patent applications known to them affecting the software.

4. Define clear and transparent contribution, governance and communication processes

Open sourcing your software does not mean the software has to be developed in a publicly collaborative manner. Although it is desirable, the OSS recommendations do not mandate a strategy for collaborating with the developer community. However, projects should be clear about how contributions can be made and incorporated by having transparent governance model and communication channels. Clarity on the project structure, as well as its communication channels and ways to contribute: Increases transparency on how the project and the software is being managed Helps to define responsibilities and how decision are made in the software project Helps the community know how to collaborate, communicate and contribute to the project For instance the Galaxy project’s website describes the team’s structure, how to be part of the community, and their communication channels.

Alignment with FAIR data principles

The FAIR Guiding Principles for scientific data management and stewardship provide recommendations on how to make research data findable, accessible, interoperable and reusable (FAIR) ( Wilkinson ). While the FAIR principles were originally designed for data, they are sufficiently general that their high level concepts can be applied to any digital object including software. Though not all the recommendations from the FAIR data principles directly apply to software, there is good alignment between the OSS recommendations and the FAIR data principles (see Table 1).
Table 1.

Comparison between the OSS recommendations and the FAIR data principles ( Wilkinson ).

The FAIR Guiding PrinciplesOSS recommendations
To be Findable: F1. (meta)data are assigned a globally unique and persistent identifier; F2. data are described with rich metadata (defined by R1 below); F3. metadata clearly and explicitly include the identifier of the data it describes; F4. (meta)data are registered or indexed in a searchable resource“R2. Make software easy to discover by providing software metadata via a popular community registry” aligns with the Findability principle, helping to increase visibility and helping software providers to think about how to describe software metadata (versions, identifiers, contributors, citations, etc.)
To be Accessible: A1. (meta)data are retrievable by their identifier using a standardized communications protocol; A1.1 the protocol is open, free, and universally implementable; A1.2 the protocol allows for an authentication and authorization procedure, where necessary; A2. metadata are accessible, even when the data are no longer available“R1. Make source code publicly accessible from day one” focuses on openness including accessibility. The FAIR accessible principle instead opens the door to data that is restricted access e.g. for privacy reasons. Since such reasons do not apply for software, the OSS recommendations prefer to direct towards openness instead, supporting open science to the maximum extent.
To be Interoperable: I1. (meta)data use a formal, accessible, shared, and broadly applicable language for knowledge representation; I2. (meta)data use vocabularies that follow FAIR principles; I3. (meta)data include qualified references to other (meta)dataThis OSS recommendations do not aim to address software interoperability directly but contribute to a more homogenous description of software by encouraging software providers to register software metadata into registries providing specific metadata guidelines.
To be Reusable: R1. meta(data) are richly described with a plurality of accurate and relevant attributes; R1.1. (meta)data are released with a clear and accessible data usage license; R1.2. (meta)data are associated with detailed provenance; R1.3. (meta)data meet domain-relevant community standards“R3. Adopt a license and comply with the licence of third-party dependencies” aligns with the Reusability principle, helping to define to what extent the source code can be used and reused by the community, as a standalone software or as part of other software. Open availability of tools and libraries working with data formats can be a great help in making data interoperable: e.g. reuse of the same tools to read and write data can prevent subtle interoperability problems. Reproducibility of experiments and reuse of data is facilitated by the open availability of the associated software which is part of the provenance. All of the OSS recommendations thereby facilitate data Reusability.
There are also distinctions between the OSS recommendations and the FAIR data principles. The FAIR data principles have a specific emphasis on enhancing machine-readability: the ability of machines to automatically find and use data. This emphasis is not present in the OSS recommendations which expect machine readable software metadata to be available via software registries. The OSS recommendations are less granular and aim to enhance understanding and uptake of best practices; they were designed with measurability in mind. The FAIR data principles do not have such built-in quantification yet. FAIR metrics are a separate effort under development, lead by the Dutch Techcentre for Life Sciences ( Eijssen ). The community registries can play an important role in making software metadata FAIR by capturing, assigning and exposing software metadata following a standard knowledge representation and controlled vocabularies that are relevant for domain-specific communities. Thus we expect the community registries to provide guidelines on how to provide software metadata following the FAIR Guiding Principles ( Wilkinson ).

Conclusion

The OSS recommendations aim to encourage the adoption of best practices and thus help to develop better software for better research. These recommendations are designed as practical ways to make research software and its source code more discoverable, reusable and transparent, with the desired objective to improve its quality and sustainability. Unlike many software development best practices tailored for software developers, the OSS recommendations aim to target a wider audience, particularly research funders, research institutions, journals, group leaders, and managers of projects producing research software. The adoption of these recommendations offer a simple mechanism for these stakeholders to promote the development of better software and an opportunity for developers to improve and showcase their software development skills. The article advocates research software openness presenting four recommendations to improve research software visibility, re-usability, and transparency. I really like the article and I think it is important to open research software. Please find below my feedback. (Overall, I agree with the comments of Milad Miladi): In my opinion, the title does not reflect the content of the article. The focus is on adopting OSS and supporting the provided four recommendations to help to develop better software for better research. Currently, only the second part (supporting the provided four recommendations to help to develop better software for better research) is reflected in the title not the part about OSS. I am not sure everybody is familiar with the open registry platforms. Thus, some more information regarding them or a link to background information would be nice. I think recommendation four should include documentation. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. The article presents focused, well-argued advocacy for improving software development practices in the sciences. None of the recommendations will be surprising to those already involved in open science, but as only a small minority of researchers actually  do them, it is worth presenting them forcefully and succinctly. I would recommend shortening the introductory material (sections "Introduction" and "Target Audience"), but that is a minor point. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. This article presents four simple recommendations that may improve the overall quality and visibility of research software. This reviewer agrees with the basic principles set forth by the authors, and hopes they will be widely shared and adopted at least for software that is expected to last longer than the time it takes for the corresponding research paper to be accepted and/or presented. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard.
  18 in total

1.  BioJS: an open source JavaScript framework for biological data visualization.

Authors:  John Gómez; Leyla J García; Gustavo A Salazar; Jose Villaveces; Swanand Gore; Alexander García; Maria J Martín; Guillaume Launay; Rafael Alcántara; Noemi Del-Toro; Marine Dumousseau; Sandra Orchard; Sameer Velankar; Henning Hermjakob; Chenggong Zong; Peipei Ping; Manuel Corpas; Rafael C Jiménez
Journal:  Bioinformatics       Date:  2013-02-23       Impact factor: 6.937

2.  SCIENTIFIC STANDARDS. Promoting an open research culture.

Authors:  B A Nosek; G Alter; G C Banks; D Borsboom; S D Bowman; S J Breckler; S Buck; C D Chambers; G Chin; G Christensen; M Contestabile; A Dafoe; E Eich; J Freese; R Glennerster; D Goroff; D P Green; B Hesse; M Humphreys; J Ishiyama; D Karlan; A Kraut; A Lupia; P Mabry; T A Madon; N Malhotra; E Mayo-Wilson; M McNutt; E Miguel; E Levy Paluck; U Simonsohn; C Soderberg; B A Spellman; J Turitto; G VandenBos; S Vazire; E J Wagenmakers; R Wilson; T Yarkoni
Journal:  Science       Date:  2015-06-26       Impact factor: 47.728

3.  Ten simple rules for the open development of scientific software.

Authors:  Andreas Prlić; James B Procter
Journal:  PLoS Comput Biol       Date:  2012-12-06       Impact factor: 4.475

4.  How open science helps researchers succeed.

Authors:  Erin C McKiernan; Philip E Bourne; C Titus Brown; Stuart Buck; Amye Kenall; Jennifer Lin; Damon McDougall; Brian A Nosek; Karthik Ram; Courtney K Soderberg; Jeffrey R Spies; Kaitlin Thaney; Andrew Updegrove; Kara H Woo; Tal Yarkoni
Journal:  Elife       Date:  2016-07-07       Impact factor: 8.140

5.  The Dutch Techcentre for Life Sciences: Enabling data-intensive life science research in the Netherlands.

Authors:  Lars Eijssen; Chris Evelo; Ruben Kok; Barend Mons; Rob Hooft
Journal:  F1000Res       Date:  2015-02-02

6.  Top 10 metrics for life science software good practices.

Authors:  Haydee Artaza; Neil Chue Hong; Manuel Corpas; Angel Corpuz; Rob Hooft; Rafael C Jimenez; Brane Leskošek; Brett G Olivier; Jan Stourac; Radka Svobodová Vařeková; Thomas Van Parys; Daniel Vaughan
Journal:  F1000Res       Date:  2016-08-16

7.  Ten Simple Rules for Developing Usable Software in Computational Biology.

Authors:  Markus List; Peter Ebert; Felipe Albrecht
Journal:  PLoS Comput Biol       Date:  2017-01-05       Impact factor: 4.475

8.  Good enough practices in scientific computing.

Authors:  Greg Wilson; Jennifer Bryan; Karen Cranston; Justin Kitzes; Lex Nederbragt; Tracy K Teal
Journal:  PLoS Comput Biol       Date:  2017-06-22       Impact factor: 4.475

9.  On best practices in the development of bioinformatics software.

Authors:  Felipe da Veiga Leprevost; Valmir C Barbosa; Eduardo L Francisco; Yasset Perez-Riverol; Paulo C Carvalho
Journal:  Front Genet       Date:  2014-07-02       Impact factor: 4.599

10.  Tools and data services registry: a community effort to document bioinformatics resources.

Authors:  Jon Ison; Kristoffer Rapacki; Hervé Ménager; Matúš Kalaš; Emil Rydza; Piotr Chmura; Christian Anthon; Niall Beard; Karel Berka; Dan Bolser; Tim Booth; Anthony Bretaudeau; Jan Brezovsky; Rita Casadio; Gianni Cesareni; Frederik Coppens; Michael Cornell; Gianmauro Cuccuru; Kristian Davidsen; Gianluca Della Vedova; Tunca Dogan; Olivia Doppelt-Azeroual; Laura Emery; Elisabeth Gasteiger; Thomas Gatter; Tatyana Goldberg; Marie Grosjean; Björn Grüning; Manuela Helmer-Citterich; Hans Ienasescu; Vassilios Ioannidis; Martin Closter Jespersen; Rafael Jimenez; Nick Juty; Peter Juvan; Maximilian Koch; Camille Laibe; Jing-Woei Li; Luana Licata; Fabien Mareuil; Ivan Mičetić; Rune Møllegaard Friborg; Sebastien Moretti; Chris Morris; Steffen Möller; Aleksandra Nenadic; Hedi Peterson; Giuseppe Profiti; Peter Rice; Paolo Romano; Paola Roncaglia; Rabie Saidi; Andrea Schafferhans; Veit Schwämmle; Callum Smith; Maria Maddalena Sperotto; Heinz Stockinger; Radka Svobodová Vařeková; Silvio C E Tosatto; Victor de la Torre; Paolo Uva; Allegra Via; Guy Yachdav; Federico Zambelli; Gert Vriend; Burkhard Rost; Helen Parkinson; Peter Løngreen; Søren Brunak
Journal:  Nucleic Acids Res       Date:  2015-11-03       Impact factor: 16.971

View more
  24 in total

1.  Bionitio: demonstrating and facilitating best practices for bioinformatics command-line software.

Authors:  Peter Georgeson; Anna Syme; Clare Sloggett; Jessica Chung; Harriet Dashnow; Michael Milton; Andrew Lonsdale; David Powell; Torsten Seemann; Bernard Pope
Journal:  Gigascience       Date:  2019-09-01       Impact factor: 6.524

2.  Fostering accessible online education using Galaxy as an e-learning platform.

Authors:  Beatriz Serrano-Solano; Melanie C Föll; Cristóbal Gallardo-Alba; Anika Erxleben; Helena Rasche; Saskia Hiltemann; Matthias Fahrner; Mark J Dunning; Marcel H Schulz; Beáta Scholtz; Dave Clements; Anton Nekrutenko; Bérénice Batut; Björn A Grüning
Journal:  PLoS Comput Biol       Date:  2021-05-13       Impact factor: 4.475

3.  Using bio.tools to generate and annotate workbench tool descriptions.

Authors:  Kenzo-Hugo Hillion; Ivan Kuzmin; Anton Khodak; Eric Rasche; Michael Crusoe; Hedi Peterson; Jon Ison; Hervé Ménager
Journal:  F1000Res       Date:  2017-11-30

Review 4.  Metabolomics and Multi-Omics Integration: A Survey of Computational Methods and Resources.

Authors:  Tara Eicher; Garrett Kinnebrew; Andrew Patt; Kyle Spencer; Kevin Ying; Qin Ma; Raghu Machiraju; And Ewy A Mathé
Journal:  Metabolites       Date:  2020-05-15

5.  Gsmodutils: a python based framework for test-driven genome scale metabolic model development.

Authors:  James Gilbert; Nicole Pearcy; Rupert Norman; Thomas Millat; Klaus Winzer; John King; Charlie Hodgman; Nigel Minton; Jamie Twycross
Journal:  Bioinformatics       Date:  2019-09-15       Impact factor: 6.937

6.  Challenges and recommendations to improve the installability and archival stability of omics computational tools.

Authors:  Serghei Mangul; Thiago Mosqueiro; Richard J Abdill; Dat Duong; Keith Mitchell; Varuni Sarwal; Brian Hill; Jaqueline Brito; Russell Jared Littman; Benjamin Statz; Angela Ka-Mei Lam; Gargi Dayama; Laura Grieneisen; Lana S Martin; Jonathan Flint; Eleazar Eskin; Ran Blekhman
Journal:  PLoS Biol       Date:  2019-06-20       Impact factor: 8.029

7.  Galaxy HiCExplorer: a web server for reproducible Hi-C data analysis, quality control and visualization.

Authors:  Joachim Wolff; Vivek Bhardwaj; Stephan Nothjunge; Gautier Richard; Gina Renschler; Ralf Gilsbach; Thomas Manke; Rolf Backofen; Fidel Ramírez; Björn A Grüning
Journal:  Nucleic Acids Res       Date:  2018-07-02       Impact factor: 16.971

8.  Integrative computational epigenomics to build data-driven gene regulation hypotheses.

Authors:  Tyrone Chen; Sonika Tyagi
Journal:  Gigascience       Date:  2020-06-01       Impact factor: 6.524

9.  Best practice data life cycle approaches for the life sciences.

Authors:  Philippa C Griffin; Jyoti Khadake; Kate S LeMay; Suzanna E Lewis; Sandra Orchard; Andrew Pask; Bernard Pope; Ute Roessner; Keith Russell; Torsten Seemann; Andrew Treloar; Sonika Tyagi; Jeffrey H Christiansen; Saravanan Dayalan; Simon Gladman; Sandra B Hangartner; Helen L Hayden; William W H Ho; Gabriel Keeble-Gagnère; Pasi K Korhonen; Peter Neish; Priscilla R Prestes; Mark F Richardson; Nathan S Watson-Haigh; Kelly L Wyres; Neil D Young; Maria Victoria Schneider
Journal:  F1000Res       Date:  2017-08-31

10.  Recommendations for the packaging and containerizing of bioinformatics software.

Authors:  Bjorn Gruening; Olivier Sallou; Pablo Moreno; Felipe da Veiga Leprevost; Hervé Ménager; Dan Søndergaard; Hannes Röst; Timo Sachsenberg; Brian O'Connor; Fábio Madeira; Victoria Dominguez Del Angel; Michael R Crusoe; Susheel Varma; Daniel Blankenberg; Rafael C Jimenez; Yasset Perez-Riverol
Journal:  F1000Res       Date:  2018-06-14
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.