Skip to content

Commit

Permalink
temp backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ypp committed Sep 3, 2024
1 parent 0f04b86 commit 02ded3b
Show file tree
Hide file tree
Showing 6 changed files with 807 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ Cargo.lock
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/

# Ignore Emacs backup
*.*~
*~
56 changes: 56 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[package]
name = "fava"
version = "0.1.0"

authors = [
"Yongjin Park <ypp@stat.ubc.ca>",
]

edition = "2021"

readme = "README.md"

categories = ["command-line-utilities", "science"]

[dependencies]
anyhow = "1.0.86"
bio = "2.0.1"
bio-types = "1.0.4"
cast = "0.3.0"
clap = { version = "4.5.16", features = ["derive"] }
env_logger = "0.11.5"
fast-float = "0.2.0"
log = "0.4.22"
rayon = "1.10.0"
rust-htslib = "0.47.0"
# anyhow = "1.0.86"
# clap = { version = "4.5.16", features = ["derive"] }
# coitrees = "0.4.0"
# flate2 = "1.0.32"
# granges = "0.2.2"
# rayon = "1.10.0"
# rust-htslib = "0.47.0"
# text-colorizer = "1.0.0"

# [[bin]]
# name = "bam2bed"
# path = "src/bam2bed/main.rs"

[[bin]]
name = "gff2bed"
path = "src/gff2bed/main.rs"

[[bin]]
name = "bam2bed"
path = "src/bam2bed/main.rs"



# itertools = "0.13.0"
# noodles = { version = "0.79.0", features = ["gff", "bgzf", "sam"] }
# noodles = { version = "0.79.0", features = ["gff", "bgzf", "sam"] }
# openblas = "0.0.1"
# tch = "0.17.0"
# arrayvec = "0"
# ndarray = "0.16.1"
# ndarray-linalg = { version = "0.16.0", features = ["intel-mkl-static"] }
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# dipper
# FAVA BETA

Feature Accessibility profiling and Variant Alignment for Bayesian EpiTranscriptomic Analysis

4 changes: 4 additions & 0 deletions doc/m6a_data_analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

### What differentiates between methylated and unmethylated m6A sites?


Loading

0 comments on commit 02ded3b

Please sign in to comment.