Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [Pairwise Alignment and Dotplot](Pairwise_Alignment/pairwise_alignment.jl) ([![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BioJulia/BioTutorials/HEAD?labpath=Pairwise_Alignment%2Fpairwise_alignment.ipynb))
* [RNA-Seq Coverage](RNASeq_Coverage/rnaseq_coverage.jl) (outdated)
* [RNASeqTools TSS](RNASeqTools_TSS/rnaseqtools_tss.ipynb)

The programs under this repository are distributed in the public domain unless
otherwise specified.
7 changes: 7 additions & 0 deletions RNASeqTools_TSS/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name = "RNASeqTools_TSS"
uuid = "22ec6cf8-324d-4466-8826-e36db40d94b7"
authors = ["Malte Siemers <malte.siemers@mailbox.org>"]
version = "0.1.0"

[deps]
RNASeqTools = "c929925e-1c85-4562-9573-d68085edd19a"
Loading