Contributing
For developers, if you would like to contribute back to this repository, consider forking the original repo and creating a pull request:
Fork the original repo to a personal or lab account.
Clone the fork to your local system, to a different place than where you ran your analysis.
Copy the modified files from your analysis to the clone of your fork, e.g.,
cp -r workflow path/to/fork
. (Make sure to not accidentally copy config file contents or sample sheets. Instead, manually update the example config files if necessary)Commit and push your changes to your fork.
Create a pull request against the original repository.