@@ -56,21 +56,21 @@ below:
5656 documentation helpful.
5757 ![ ] (< https://i.imgur.com/fUcpLYl.png > " width=400px>
58584 . Set up [ tower.nf] ( https://tower.nf ) and make sure you have access to
59- [ ` openproblems-bio ` ] ( https://tower.nf/orgs/openproblems-bio/workspaces/openproblems-bio/watch ) . <!-- markdownlint-disable-line MD013 -->
59+ [ ` openproblems-bio ` ] ( https://tower.nf/orgs/openproblems-bio/workspaces/openproblems-bio/watch ) .
6060 If you do not have access, please contact us at
61- [ singlecellopenproblems@protonmail.com ] ( mailto:singlecellopenproblems@protonmail.com ) . <!-- markdownlint-disable-line MD013 -->
61+ [ singlecellopenproblems@protonmail.com ] ( mailto:singlecellopenproblems@protonmail.com ) .
62625 . Create repository secrets (* not environment secrets* )
63- [ https://github.com/USERNAME/openproblems/settings/secrets ] ( https://github.com/USERNAME/openproblems/settings/secrets ) <!-- markdownlint-disable-line MD013 -->
63+ [ https://github.com/USERNAME/openproblems/settings/secrets ] ( https://github.com/USERNAME/openproblems/settings/secrets )
6464 * * AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are included in your AWS login
6565 details. If you do not have these, please contact us at
66- [ singlecellopenproblems@protonmail.com ] ( mailto:singlecellopenproblems@protonmail.com ) .* <!-- markdownlint-disable-line MD013 -->
66+ [ singlecellopenproblems@protonmail.com ] ( mailto:singlecellopenproblems@protonmail.com ) .*
6767 * * TOWER_ACCESS_KEY: log in with GitHub to < https://tower.nf > and create a token at
6868 < https://tower.nf/tokens > .*
6969 * When you are done with this step, your page should look like this:
7070 ![ AWS secrets success] ( static/img/AWS_secret.png )
7171
72726 . Enable workflows at
73- [ https://github.com/USERNAME/openproblems/actions ] ( https://github.com/USERNAME/openproblems/actions ) . <!-- markdownlint-disable-line MD013 -->
73+ [ https://github.com/USERNAME/openproblems/actions ] ( https://github.com/USERNAME/openproblems/actions ) .
74747 . Set up your git repository to fetch branches from ` base ` at
7575 ` openproblems-bio/openproblems `
7676
9393 ```
9494
9595 To generate an SSH key and add it to your GitHub account, follow [this tutorial from
96- GitHub](https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account). <!-- markdownlint-disable-line MD013 -->
96+ GitHub](https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account).
9797
98988. Create a new branch for your task (**no underscores or spaces allowed**). It is best
9999 to coordinate with other people working on the same feature as you so that there
@@ -118,7 +118,7 @@ below:
1181189. Sometimes, changes might be made to the openproblems `base` repository that you want
119119 to incorporate into your fork. To sync your fork from `base`, use the following code
120120 adapted from the [Syncing a
121- Fork](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork) <!-- markdownlint-disable-line MD013 -->
121+ Fork](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)
122122 tutorial from GitHub.
123123
124124 ```shell
@@ -169,7 +169,7 @@ If your method takes hyperparameters, set them as keyword arguments in the metho
169169definition. If the hyperparameters change depending on the value of ` test` , set the
170170keyword argument to ` None` and set them to your chosen defaults only if the passed value
171171is ` None` . For an example, see [harmonic
172- alignment](openproblems/tasks/multimodal_data_integration/methods/harmonic_alignment.py). < ! -- markdownlint-disable-line MD013 -- >
172+ alignment](openproblems/tasks/multimodal_data_integration/methods/harmonic_alignment.py).
173173
174174Metrics should take an AnnData object and return a ` float` .
175175
@@ -268,7 +268,7 @@ function](./openproblems/tools/normalize.py) (e.g.,
268268` adata.layers[" log_scran_pooling" ]` ).
269269
270270To see a gold standard loader, look at
271- [openproblems/data/Wagner_2018_zebrafish_embryo_CRISPR.py](./openproblems/data/Wagner_2018_zebrafish_embryo_CRISPR.py) < ! -- markdownlint-disable-line MD013 -- >
271+ [openproblems/data/Wagner_2018_zebrafish_embryo_CRISPR.py](./openproblems/data/Wagner_2018_zebrafish_embryo_CRISPR.py)
272272
273273This file name should match
274274` [First Author Last Name]_[Year Published]_short_Description_of_data.py` . E.g. the
@@ -287,7 +287,7 @@ from .f2 import f2
287287` ` `
288288
289289to
290- [` openproblems/tasks/label_projection/metrics/__init__.py` ](openproblems/tasks/label_projection/metrics/__init__.py). < ! -- markdownlint-disable-line MD013 -- >
290+ [` openproblems/tasks/label_projection/metrics/__init__.py` ](openproblems/tasks/label_projection/metrics/__init__.py).
291291
292292For datasets in particular, these should be loaded using a ` loader` function from
293293` openproblems.data` , with only task-specific annotations added in the task-specific data
0 commit comments