Skip to content

fedefalag/shiny-octo-giggle

Repository files navigation

Unit tests and coverage

codecov

Miss_hit linter

Build Status

Template repository for matlab analysis project

How to install and use this template

Install with Git

  1. Click the green button Use this template.

  2. Give a name to the repository you want to create. Something short that contains the name of your experiment: analysis_fMRI_FaceLocalizer.

  3. Decide if you want this new repo to be public or private.

  4. Click on Create repository from template

You now have a copy of the template on your Github account. You can then download the code and the pre-set dependencies like this.

  1. Click on green Download button and copy the URL_to_your_repo that is shown there.

  2. Open a terminal and type this:

git clone --recurse-submodules URL_to_your_repo

This will set up everything automatically in your current directory.

Content

├── .git
│   ├── COMMIT_EDITMSG
│   ├── FETCH_HEAD
│   ├── HEAD
│   ├── ORIG_HEAD
│   ├── branches
│   ├── config
│   ├── description
│   ├── hooks
│   │   ├── pre-commit.sample
│   │   └── pre-push.sample
│   ├── ...
│   └── ...
├── .github  # where you put anything github related
│   └── workflows # where you define your github actions
│       └── moxunit.yml # a yaml file that defines a github action
├── lib # where you put the code from external libraries (mathworks website or other github repositories)
│   └── README.md
├── src # WHERE YOU PUT YOUR CODE
│   ├── README.md
│   └── miss_hit.cfg
├── tests # where you put your unit tests
|   ├── README.md
|   └── miss_hit.cfg
├── .travis.yml # where you define the continuous integration done by Travis
├── LICENSE
├── README.md
├── environment.yml # a simple environment for anything python related in this repo
├── miss_hit.cfg # configuration file for the matlab miss hit linter
└── initEnv.m # a .m file to set up your project (adds the right folder to the path)

Keeping your code stylish: miss hit linter

Python environment

More on this here

Testing your code

Continuous integration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages