Skip to content

Commit eaa1722

Browse files
authored
Switching documentation from DaSL to OCDO (#266)
* Switching documentation from DaSL to OCDO * Switching contributor guide references to CONTRIBUTING.md
1 parent ca2334a commit eaa1722

File tree

60 files changed

+105
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+105
-105
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ New contributors are welcome! If you're new to WDL or bioinformatics workflows:
369369
- Don't hesitate to ask questions in issues or via email. If you have a `uw.edu` or `fredhutch.org` email you can also ask questions in our `fh-data` [slack workspace]([https://hutchdatascience.org/joinslack/)
370370
- Consider starting with documentation contributions
371371

372-
For more questions you can contact the Fred Hutch Data Science Lab at [wilds@fredhutch.org](mailto:wilds@fredhutch.org)
372+
For more questions you can contact the Fred Hutch Office of the Chief Data Officer (OCDO) at [wilds@fredhutch.org](mailto:wilds@fredhutch.org)
373373

374374

375375
## Code of Conduct

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository-code: "https://github.com/getwilds/wilds-wdl-library"
1010
url: "https://getwilds.org/wilds-wdl-library/"
1111
contact:
1212
- email: wilds@fredhutch.org
13-
name: "Fred Hutch Data Science Lab WILDS"
13+
name: "Fred Hutch OCDO WILDS"
1414
keywords:
1515
- bioinformatics
1616
- wdl

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Fred Hutch Data Science Lab WILDS
3+
Copyright (c) 2025 Fred Hutch OCDO WILDS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ We welcome contributions at all levels:
146146
- Improve inline code documentation
147147
- Contribute to the [WILDS documentation site](https://getwilds.org/)
148148

149-
See our [Contributing Guidelines](.github/CONTRIBUTING.md) and the [WILDS Contributor Guide](https://getwilds.org/guide/) for detailed information.
149+
See our [Contributing Guidelines](.github/CONTRIBUTING.md) for detailed information.
150150

151151
## Development Roadmap
152152

@@ -164,8 +164,8 @@ See our [Contributing Guidelines](.github/CONTRIBUTING.md) and the [WILDS Contri
164164
## Support
165165

166166
- **Issues and Bug Reports**: [GitHub Issues](https://github.com/getwilds/wilds-wdl-library/issues)
167-
- **General Questions**: Contact the Fred Hutch Data Science Lab at wilds@fredhutch.org
168-
- **Documentation**: [WILDS Guide](https://getwilds.org/guide/)
167+
- **General Questions**: Contact the Fred Hutch Office of the Chief Data Officer (OCDO) at wilds@fredhutch.org
168+
- **Documentation**: [Contributing Guidelines](.github/CONTRIBUTING.md)
169169
- **Fred Hutch Users**: [Scientific Computing Wiki](https://sciwiki.fredhutch.org/)
170170

171171
## Related Resources

docs-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ All tasks use versioned, tested Docker images from the [WILDS Docker Library](ht
131131
## Getting Help
132132

133133
- **Documentation Issues**: Found something unclear or incorrect? [Report an issue](https://github.com/getwilds/wilds-wdl-library/issues)
134-
- **General Questions**: Contact the Fred Hutch Data Science Lab at wilds@fredhutch.org
134+
- **General Questions**: Contact the Fred Hutch Office of the Chief Data Officer (OCDO) at wilds@fredhutch.org
135135
- **Additional Resources**:
136-
- [WILDS Guide](https://getwilds.org/guide/) - Comprehensive guides and best practices
136+
- [Contributing Guidelines](https://github.com/getwilds/wilds-wdl-library/blob/main/.github/CONTRIBUTING.md) - Comprehensive guides and best practices
137137
- [Contributing Guidelines](https://github.com/getwilds/wilds-wdl-library/blob/main/.github/CONTRIBUTING.md) - How to contribute
138138
- [GitHub Repository](https://github.com/getwilds/wilds-wdl-library) - Source code and development
139139

modules/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ Modules serve as the foundation for WILDS pipelines, which demonstrate how to co
139139

140140
For questions about modules or to report issues:
141141
- Open an issue in the [WILDS WDL Library repository](https://github.com/getwilds/wilds-wdl-library/issues)
142-
- Contact the Fred Hutch Data Science Lab at wilds@fredhutch.org
143-
- See the [WILDS Contributor Guide](https://getwilds.org/guide/) for detailed guidelines
142+
- Contact the Fred Hutch Office of the Chief Data Officer (OCDO) at wilds@fredhutch.org
143+
- See the [contributing guidelines](https://github.com/getwilds/wilds-wdl-library/blob/main/.github/CONTRIBUTING.md) for detailed guidelines

modules/ww-annotsv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ AnnotSV generates tab-delimited files with comprehensive annotations including:
154154

155155
For questions about this module:
156156
- Open an issue in the [WILDS WDL Library repository](https://github.com/getwilds/wilds-wdl-library/issues)
157-
- Contact the Fred Hutch Data Science Lab at wilds@fredhutch.org
158-
- See the [WILDS Contributor Guide](https://getwilds.org/guide/) for detailed guidelines
157+
- Contact the Fred Hutch Office of the Chief Data Officer (OCDO) at wilds@fredhutch.org
158+
- See the [contributing guidelines](https://github.com/getwilds/wilds-wdl-library/blob/main/.github/CONTRIBUTING.md) for detailed guidelines
159159

160160
For AnnotSV-specific questions:
161161
- [AnnotSV Documentation](https://lbgi.fr/AnnotSV/)

modules/ww-annovar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ For questions specific to this module or to contribute improvements, please see
154154

155155
## Support
156156

157-
For questions, bugs, and/or feature requests, reach out to the Fred Hutch Data Science Lab (DaSL) at wilds@fredhutch.org, or open an issue on the [WILDS WDL Library issue tracker](https://github.com/getwilds/wilds-wdl-library/issues).
157+
For questions, bugs, and/or feature requests, reach out to the Fred Hutch Office of the Chief Data Officer (OCDO) at wilds@fredhutch.org, or open an issue on the [WILDS WDL Library issue tracker](https://github.com/getwilds/wilds-wdl-library/issues).
158158

159159
For questions specific to Annovar usage or configuration, please refer to the documentation present in the [Annovar website](https://annovar.openbioinformatics.org/). Please make sure to cite their work if you use Annovar in your analyses:
160160

modules/ww-aws-sso/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,13 @@ For questions specific to this module or to contribute improvements, please see
275275

276276
## Support
277277

278-
For questions, bugs, and/or feature requests, reach out to the Fred Hutch Data Science Lab (DaSL) at wilds@fredhutch.org, or open an issue on the [WILDS WDL Library issue tracker](https://github.com/getwilds/wilds-wdl-library/issues).
278+
For questions, bugs, and/or feature requests, reach out to the Fred Hutch Office of the Chief Data Officer (OCDO) at wilds@fredhutch.org, or open an issue on the [WILDS WDL Library issue tracker](https://github.com/getwilds/wilds-wdl-library/issues).
279279

280280
For questions specific to AWS CLI usage, please refer to the [AWS CLI documentation](https://docs.aws.amazon.com/cli/).
281281

282282
## Contributing
283283

284-
If you would like to contribute to this WILDS WDL module, please see our [WILDS Contributor Guide](https://getwilds.org/guide/) and the [WILDS WDL Library contributing guidelines](https://github.com/getwilds/wilds-wdl-library/blob/main/.github/CONTRIBUTING.md) for more details.
284+
If you would like to contribute to this WILDS WDL module, please see our [contributing guidelines](https://github.com/getwilds/wilds-wdl-library/blob/main/.github/CONTRIBUTING.md) for more details.
285285

286286
## License
287287

modules/ww-bcftools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ For questions specific to this module or to contribute improvements, please see
203203

204204
## Support
205205

206-
For questions, bugs, and/or feature requests, reach out to the Fred Hutch Data Science Lab (DaSL) at wilds@fredhutch.org, or open an issue on the [WILDS WDL Library issue tracker](https://github.com/getwilds/wilds-wdl-library/issues).
206+
For questions, bugs, and/or feature requests, reach out to the Fred Hutch Office of the Chief Data Officer (OCDO) at wilds@fredhutch.org, or open an issue on the [WILDS WDL Library issue tracker](https://github.com/getwilds/wilds-wdl-library/issues).
207207

208208
## Contributing
209209

210-
If you would like to contribute to this WILDS WDL module, please see our [WILDS Contributor Guide](https://getwilds.org/guide/) and the [WILDS WDL Library contributing guidelines](https://github.com/getwilds/wilds-wdl-library/blob/main/.github/CONTRIBUTING.md) for more details.
210+
If you would like to contribute to this WILDS WDL module, please see our [contributing guidelines](https://github.com/getwilds/wilds-wdl-library/blob/main/.github/CONTRIBUTING.md) for more details.
211211

212212
## License
213213

0 commit comments

Comments
 (0)