LCR-BCCRC / lcr-modules

Collection of standard analytical pipelines for genomic and transcriptomic data
https://lcr-modules.rtfd.io
MIT License
15 stars 7 forks source link

Module/oncodrivefml/1.0 #300

Closed mannycruz closed 6 months ago

mannycruz commented 6 months ago

Pull Request Checklists

Important: When opening a pull request, keep only the applicable checklist and delete all other sections.

Checklist for New Module

Required

If applicable

Checklist for Updated Module

Important! If you are updating the module version, ensure the previous version of the module is restored from master. If you want to restore a deleted file or directory from the remote master, you can use git checkout origin/master path/to/file, then a git commit will ensure that file is tracked on your branch again. Example:

mv modules/strelka/1.1 modules/strelka/1.2
git checkout origin/master modules/strelka/1.1
Kdreval commented 6 months ago

Thanks!!