Skip to content

Commit

Permalink
chore: bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Nov 20, 2023
1 parent 00648ca commit fe3c03a
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion stjude_warden_bam/dxapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN [BAM] (St. Jude)",
"summary": "This app runs htseq-count and voom/limma on RNA-SEQ data",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "BAM_FILES",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Generate BigWig",
"summary": "Generate BigWig files from bed coverage file",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "bedgraph_file",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: BigWig viewer",
"summary": "Generate bookmarks to Protein Paint viewer for BigWig Files",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "viewer",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# shellcheck disable=SC2154
# warden_bw_to_viewer 1.1.0
# warden_bw_to_viewer 1.2.0
set -e -o -x

main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Combine HTSeq Counts",
"summary": "Combine HTSeq Count files into a single file",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "count_files",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Genome coverage analysis",
"summary": "Creates coverage files (BED) of alignment files (BAM)",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_bam",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: HTSeq-Count",
"summary": "Generate per gene read (pair) counts",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_bam",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Simple Differential Expression",
"summary": "Comparison between conditions. Useful for when one condition has less three samples",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_count_file",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# warden_simple_differential_expression 1.1.0
# warden_simple_differential_expression 1.2.0
# shellcheck disable=SC2154
set -e -x -o

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: LIMMA",
"summary": "Run VOOM normalization and LIMMA analysis",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_count_file",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# warden_voom_limma 1.1.0
# warden_voom_limma 1.2.0
# shellcheck disable=SC2154
set -e -x -o

Expand Down
2 changes: 1 addition & 1 deletion stjude_warden_bam/resources/usr/bin/create_workflow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# warden_python 1.1.0
# warden_python 1.2.0


import sys
Expand Down
2 changes: 1 addition & 1 deletion stjude_warden_counts/dxapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN [Counts] (St. Jude)",
"summary": "This app runs voom/limma differential expression on RNA-SEQ data",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "COUNT_FILES",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Combine HTSeq Counts",
"summary": "Combine HTSeq Count files into a single file",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "count_files",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Simple Differential Expression",
"summary": "Comparison between conditions. Useful for when one condition has less three samples",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_count_file",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# warden_simple_differential_expression 1.1.0
# warden_simple_differential_expression 1.2.0
# shellcheck disable=SC2154
set -e -x -o

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: LIMMA",
"summary": "Run VOOM normalization and LIMMA analysis",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_count_file",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# warden_voom_limma 1.1.0
# warden_voom_limma 1.2.0
# shellcheck disable=SC2154
set -e -x -o

Expand Down
2 changes: 1 addition & 1 deletion stjude_warden_counts/resources/usr/bin/create_workflow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# warden_python 1.1.0
# warden_python 1.2.0


import sys
Expand Down
2 changes: 1 addition & 1 deletion stjude_warden_fastq/dxapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN [FastQ] (St. Jude)",
"summary": "This app runs the STAR Aligner, htseq-count, and voom/limma on RNA-SEQ data",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "FASTQ_FILES",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Generate BigWig",
"summary": "Generate BigWig files from bed coverage file",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "bedgraph_file",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: BigWig viewer",
"summary": "Generate bookmarks to Protein Paint viewer for BigWig Files",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "viewer",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# shellcheck disable=SC2154
# warden_bw_to_viewer 1.1.0
# warden_bw_to_viewer 1.2.0
set -e -o -x

main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Combine HTSeq Counts",
"summary": "Combine HTSeq Count files into a single file",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "count_files",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "warden_combine_flagstat",
"summary": "warden_combine_flagstat",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "flagstat_files",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "warden_combine_sj_out",
"summary": "warden_combine_sj_out",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "sj_out_files",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# shellcheck disable=SC2154
# warden_combine_sj_out 1.1.0
# warden_combine_sj_out 1.2.0

main() {
wget -nv "https://github.com/arq5x/bedtools2/releases/download/v2.29.2/bedtools.static.binary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: FASTQC",
"summary": "FASTQC Analysis",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "fastq_input",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Genome coverage analysis",
"summary": "Creates coverage files (BED) of alignment files (BAM)",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_bam",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: HTSeq-Count",
"summary": "Generate per gene read (pair) counts",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_bam",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Sort BAM by name",
"summary": "BAM Output generated in alignment phase is sorted by read name for analysis by HTSeq-count",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_bam",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: Simple Differential Expression",
"summary": "Comparison between conditions. Useful for when one condition has less three samples",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_count_file",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# warden_simple_differential_expression 1.1.0
# warden_simple_differential_expression 1.2.0
# shellcheck disable=SC2154
set -e -x -o

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: STAR Aligner",
"summary": "Runs the STAR alignment program on input data",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "read_file1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WARDEN: LIMMA",
"summary": "Run VOOM normalization and LIMMA analysis",
"dxapi": "1.0.0",
"version": "1.1.0",
"version": "1.2.0",
"inputSpec": [
{
"name": "input_count_file",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# warden_voom_limma 1.1.0
# warden_voom_limma 1.2.0
# shellcheck disable=SC2154
set -e -x -o

Expand Down
2 changes: 1 addition & 1 deletion stjude_warden_fastq/resources/usr/bin/create_workflow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# warden_python 1.1.0
# warden_python 1.2.0


import sys
Expand Down

0 comments on commit fe3c03a

Please sign in to comment.