-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update samtools.yaml to latest
1.17
and update github actions (#…
…75) @manuelphilip Was there a reason for the old version of `samtools =1.9`? Otherwise I would update this to the latest version. I found this, because we were seeing very large memory usage (`> 20GB`) for the `rule get_mapped_canonical_transcripts`, which should stream through the BAM (and the BAMs we had were below `1GB`), so I wouldn't expect any large memory usage. The only explanation I have so far, is that maybe this very old version of samtools somehow had a bug or very suboptimal handling of BAM files.
- Loading branch information
1 parent
4fc6b36
commit 0fe7948
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ channels: | |
- nodefaults | ||
|
||
dependencies: | ||
- samtools =1.9 | ||
- samtools =1.17 |