Skip to content

Commit

Permalink
add additional information to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lnnrtwttkhn committed Sep 17, 2020
1 parent bd380cb commit f80da48
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Project <insert name>
# Tools

This repo contains my commonly used tools, i.e., containers, code snippets etc.

## Dataset structure

- All inputs (i.e. building blocks from other sources) are located in
`inputs/`.
- All custom code is located in `code/`.

## Usage

If not stated otherwise, all Singularity containers were created using:

```bash
singularity pull docker://<path_to_docker_container>
```

for example:

```bash
`singularity pull docker://poldracklab/pydeface:37-2e0c2d
```

## Maintainer

- [Lennart Wittkuhn](mailto:wittkuhn@mpib-berlin.mpg.de)

0 comments on commit f80da48

Please sign in to comment.