Skip to content

Commit

Permalink
Merge pull request #176 from TheJacksonLaboratory/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pnrobinson authored Jan 22, 2024
2 parents 1a686d2 + d514d45 commit db0bc80
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 39 deletions.
4 changes: 3 additions & 1 deletion docs/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ also contains 15 HBA-DEALS output files related to that publication that can be

# edgeR

Alternatively [edgeR](https://pubmed.ncbi.nlm.nih.gov/19910308/) can be used to call differential expresison and alternative splicing. We provide an R script to perform the analysis
and format the results in HBA-DEALS format (which is required to use isopret-GO):

todo
[edgeR_output.R](../scripts/edgeR_output.R)
2 changes: 1 addition & 1 deletion docs/running-cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Isopret offers most functionality via its graphical user interface (GUI) version
but does have a command-line tool that can be used to perform Gene Ontology (GO)
overrepresentation analysis from the shell.

The build process described in :ref:`rstsetup_` creates both a GUI app (in the
The build process described in [setup](setup.md) creates both a GUI app (in the
``isopret-gui/target`` subdirectory) and a command-line app (in
the ``isopret-cli/target`` subdirectory). It is fine to leave both apps in these
directories if you like. For the following explanation, we will assume that
Expand Down
20 changes: 0 additions & 20 deletions docs/running-inferrence.md

This file was deleted.

14 changes: 5 additions & 9 deletions docs/running.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Running isopretGO


Isopret offers a command-line tools that performs Gene Ontology overrepresentation
analysis with the inferred isoform GO annotations. A GUI version with additional
visualization tools is in preparation.

- [running-inferrence](running-inferrence.md)
- [running-cmd](running-cmd.md)



Isopret-GO offers tools that performs Gene Ontology overrepresentation
analysis with the inferred isoform GO annotations.

- [GUI version](running-gui.md)
- [Command-line version](running-cmd.md)
- [Exporting PDF files](running-pdf.md)


2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pip install mkdocstrings[python]
mkdocs serve
```

Note that on an M! Mac we have encountered a difficulty with mkdocs not finding the cairo library. This can be solved
Note that on an M1 Mac we have encountered a difficulty with mkdocs not finding the cairo library. This can be solved
by running

```
Expand Down
2 changes: 1 addition & 1 deletion isopret-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</parent>

<artifactId>isopret-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion isopret-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</parent>

<artifactId>isopret-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion isopret-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</parent>

<artifactId>isopret-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion isopret-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</parent>

<artifactId>isopret-exception</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion isopret-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</parent>

<artifactId>isopret-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion isopret-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>isopret-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<modules>
<module>isopret-core</module>
<module>isopret-cli</module>
Expand Down

0 comments on commit db0bc80

Please sign in to comment.