Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FST_Bioinfo_2022
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yannis Duffourd
FST_Bioinfo_2022
Commits
b1d49311
Commit
b1d49311
authored
Dec 07, 2022
by
Yannis Duffourd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update scripts_softs.bash
parent
a952327a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
scripts_softs.bash
scripts_softs.bash
+8
-8
No files found.
scripts_softs.bash
View file @
b1d49311
#!/bin/bash
# softs needed
# bwa
conda
install
-c
bioconda
-y
bwa
cd
wget https://github.com/broadinstitute/gatk/releases/download/4.3.0.0/gatk-4.3.0.0.zip
unzip gatk-4.3.0.0.zip
# samtools
conda
install
-c
bioconda
-y
samtools
# picard tools
conda
install
-c
bioconda
-y
picard
# data
mkdir
TP
curl https://cloud.u-bourgogne.fr/index.php/s/dTCSXogHRc7rGnG/download/sample.bam
--output
~/TP/sample.bam
curl https://cloud.u-bourgogne.fr/index.php/s/sxwdwyff6s3Cq2z/download/1.bam
--output
~/TP/1.bam
curl https://cloud.u-bourgogne.fr/index.php/s/aK9sHJ276r779ab/download/hg19.tar
--output
hg19.tar
&&
tar
-xvf
hg19.tar
# GATK 3
conda
install
-c
bioconda
-y
gatk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment