Skip to content

Commit

Permalink
avoid sending hpalofgrep files while testing
Browse files Browse the repository at this point in the history
Former-commit-id: c3353cf
  • Loading branch information
juanjo255 committed Oct 25, 2024
1 parent 51aff9c commit 5fdbabc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ notes/Internship
*.tmp
test/reads/
mitnanex_rs/target/
haplogrep*
Binary file added haplogrep3.jar
Binary file not shown.
1 change: 0 additions & 1 deletion haplogrep3.jar.REMOVED.git-id

This file was deleted.

Empty file modified haplogrep_LICENSE
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion mitnanex_reference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ pipe_exec(){
filter_by_quality
fi
#map_reads
variant_calling
#variant_calling
haplogroup_class

else
echo "[${color_red}ERROR${no_color}] $?: Something wrong with reference genome."
Expand Down
Empty file modified refseqMT/chrMT.dict
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ gatk is better to install a binary release due to license.
wget https://github.com/broadinstitute/gatk/releases/download/4.6.0.0/gatk-4.6.0.0.zip
unzip gatk-4.6.0.0.zip
wget https://github.com/genepi/haplogrep3/releases/download/v3.2.1/haplogrep3-3.2.1-linux.zip
unzip haplogrep3-3.2.1-linux.zip
unzip haplogrep3-3.2.1-linux.zip
chmod +x haplogrep3.yaml

0 comments on commit 5fdbabc

Please sign in to comment.