Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed Jan 22, 2024
1 parent fd9f00b commit aeb7c04
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 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 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 aeb7c04

Please sign in to comment.