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
db55c09c
Commit
db55c09c
authored
Jul 02, 2021
by
Yannis Duffourd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
scripts_data.bash
scripts_data.bash
+10
-0
scripts_softs.bash
scripts_softs.bash
+14
-0
No files found.
scripts_data.bash
0 → 100644
View file @
db55c09c
#!/bin/bash
# data to get
cd
~/
# https://cloud.u-bourgogne.fr/index.php/s/FBeZ8gPqfMTJtPp
curl
-u
FBeZ8gPqfMTJtPp:
"https://cloud.u-bourgogne.fr/public.php/webdav/FST.tar.gz"
--output
FST.tar.gz
# untar
tar
-xzvf
FST.tar.gz
scripts_softs.bash
0 → 100644
View file @
db55c09c
#!/bin/bash
# softs needed
# bwa
conda
install
-c
bioconda
-y
bwa
# samtools
conda
install
-c
bioconda
-y
samtools
# picard tools
conda
install
-c
bioconda
-y
picard
# 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