Skip to content

Commit

Permalink
update spladder
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jun 23, 2024
1 parent 9e02ce5 commit 51b29e7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fix

- Separated samtools, bcftools and realign environments to avoid conflicts
- Updated splAdder to v3.0.5

## [0.2.6] - 2024-06-20

Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/spladder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- python=3.8
- pip
- pip:
- spladder==3.0.4
- spladder==3.0.5
2 changes: 1 addition & 1 deletion workflow/rules/altsplicing.smk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rule spladder:
{params.confidence} \
{params.iteration} \
{params.edgelimit} \
{log} > 2>&1
{log}
"""

rule splicing_to_vcf:
Expand Down
1 change: 0 additions & 1 deletion workflow/scripts/run_spladder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ if [ ! -d $output ]; then
echo "Spladder did not generate output. Creating empty folder."
mkdir -p $output
fi

0 comments on commit 51b29e7

Please sign in to comment.