Documentation for the tools used in the Multi-'omics Atlas Project (MAP)'
Home Contributing UpdatesTools
Snomics-to-Seurat SnomicsThank you for adding documentation for your tool! Here are some guidelines to get started adding documentation. We only accept documentation for tools used/developed by the MAP project.
Any contributions should not be designed to replace the primary documentation of comprehensive tools. Insead, they should primarily focus on practical user guides covering installation, in/outputs, parameters and templates for running them. High-level overviews of the methodological backing of the tool are also appreciated to improve understanding.
Fork the Repository: Create a fork of the repository on GitHub
Clone the Forked Repository: Clone your fork to your local machine.
url_of_your_fork
with the URL you copied git clone url_of_your_fork
Make Changes: Add documentation
Add and Commit Changes: Commit your changes with a clear and concise commit message
git add -A && git commit -m "description of changes"
Push Changes: Push your changes to your fork on GitHub
git push
Create a Pull Request: Open a pull request to the main repository. Provide a detailed description of your changes