Skip to content

Commit

Permalink
First version of build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kvg committed Jun 13, 2024
1 parent ffd72cd commit 82f90f5
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 8 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ samtools fasta HG00438.HLA-A.bam | sed '/^>/s/$/\|HG00438/' > HG00438.HLA-A.fast
samtools fasta HG02559.HLA-A.bam | sed '/^>/s/$/\|HG02559/' > HG02559.HLA-A.fasta

cat HG002.HLA-A.fasta HG00438.HLA-A.fasta HG02559.HLA-A.fasta > HLA-A.fasta

./target/release/hidive build HLA-A.fasta GCA_000001405.15_GRCh38_no_alt_analysis_set.fa
2 changes: 2 additions & 0 deletions src/hidive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ anyhow = "1.0"
bio = "*"
clap = { version = "4.5.1", features = ["derive"] }
eyre = "0.6.8"
flate2 = "*"
needletail = "*"
noodles = "*"
path-absolutize = "3.1.1"
Expand All @@ -21,6 +22,7 @@ petgraph = "*"
rayon = "*"
regex = "*"
rust-htslib = { version = "*", features = ["gcs", "serde_feature"] }
serde = "*"
serde_json = "*"
skydive = { path = "../skydive" }
url = "*"
Expand Down
Loading

0 comments on commit 82f90f5

Please sign in to comment.