Skip to content
Merged

Dev #109

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Easiest is to check [datasets](datasets) examples to see how the above files loo

## Changelog<a name="changelog"></a>

**v0.8**: released in October 2025

* removed platform config option (now snakemake submits jobs to the cluster)
* pandas and other minor improvements

**v0.7**: released in February 2025

* [Snakemake](Snakefile) version
Expand Down
3 changes: 0 additions & 3 deletions datasets/GSE126543/splicekit.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ scanRBP = True
protein = "TARDBP.K562.00"
protein_label = "tdp43" # used in file names and titles

# platform and container
platform = "cluster" # "desktop" or "cluster" (HPC with SLURM)

# leaving the container empty will use software dependencies installed on your system
# if not, use singularity
container = ""
Expand Down
3 changes: 0 additions & 3 deletions datasets/GSE182150/splicekit.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ scanRBP = False # run scanRBP on this dataset
protein = "TARDBP.K562.00"
protein_label = "tdp43" # used in file names and titles

# platform and container
platform = "cluster" # "desktop" or "cluster" (HPC with SLURM)

# leaving the container empty will use software dependencies installed on your system
# if not, use singularity
container = ""
Expand Down
3 changes: 0 additions & 3 deletions datasets/GSE221868/splicekit.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ scanRBP = False # run scanRBP on this dataset
protein = "TARDBP.K562.00"
protein_label = "tdp43" # used in file names and titles

# platform and container
platform = "desktop" # "desktop" or "cluster" (HPC with SLURM)

# leaving the container empty will use software dependencies installed on your system
# if not, use singularity
container = ""
Expand Down
3 changes: 0 additions & 3 deletions datasets/PRJEB42763/splicekit.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ scanRBP = True # run scanRBP on this dataset
protein = "TARDBP.K562.00"
protein_label = "tdp43" # used in file names and titles

# platform and container
platform = "desktop" # "desktop" or "cluster" (HPC with SLURM)

# leaving the container empty will use software dependencies installed on your system
container = ""

Expand Down
2 changes: 1 addition & 1 deletion splicekit/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.8
Loading