-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove blank line * add missing "#" * Update bigscape.md `run_bigscape` is already included in the `bigscape` module. * update doc about bigscape * format and update the explanation on bigscape parameters * add extra css to ensure auto-wrap in code block * Apply suggestions from code review Co-authored-by: Giulia Crocioni <[email protected]> --------- Co-authored-by: Giulia Crocioni <[email protected]>
- Loading branch information
1 parent
f767bfa
commit 7ac74fa
Showing
6 changed files
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
::: nplinker.genomics.bigscape | ||
::: nplinker.genomics.bigscape.run_bigscape | ||
::: nplinker.genomics.bigscape |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,6 @@ | ||
NPLinker can run BigScape automatically if the `bigscape` directory does not exist in the working directory. | ||
Both version 1 and version 2 of BigScape are supported. | ||
|
||
To run BigScape, NPLinker requires the following BigScape parameters: | ||
See the [configuration template][configuration-template] for how to set parameters for running BigScape. | ||
|
||
- `--mix` | ||
- `--include_singletons` | ||
- `--cutoffs` | ||
|
||
And the following parameters are not allowed: | ||
|
||
- `--inputdir` | ||
- `--outputdir` | ||
- `--pfam_dir` | ||
|
||
If BigScape parameter `--mibig` is set, make sure setting the `mibig.to_use` to true in your config file `nplinker.toml` and `mibig.version` to the version of mibig used by bigscape. | ||
|
||
|
||
See the [default configurations](./config_file.md#default-configurations) for the default | ||
parameters of BigScape. | ||
See the [default configurations][default-configurations] for the default parameters used in NPLinker. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pre code { | ||
white-space: pre-wrap; | ||
word-wrap: break-word; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters