Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pharmAnnot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
gad-public
pharmAnnot
Commits
9bb307e1
Commit
9bb307e1
authored
6 years ago
by
Simon Verdez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epilepsie
parent
0208c5db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
Dup_Data.sh
Dup_Data.sh
+0
-17
No files found.
Dup_Data.sh
deleted
100755 → 0
View file @
0208c5db
#!/bin/bash
if
[
!
-e
/work/gad/sv347413/epilepsie/vcf_tmp/
$i
*
.vcf
]
then
for
i
in
$(
cat
/work/gad/sv347413/HLAscan/liste_patients_epileptiques.txt
)
do
cp
/work/gad/shared/vcf/individu/
$i
/
*
.raw.vcf /work/gad/sv347413/epilepsie/vcf_tmp/.
done
fi
if
[
!
-e
/work/gad/sv347413/epilepsie/tsv_tmp/
$i
*
.tsv
]
then
for
i
in
$(
cat
/work/gad/sv347413/HLAscan/liste_patients_epileptiques.txt
)
do
cp
/work/gad/shared/vcf/individu/
$i
/
*
.cnv.annot.tsv /work/gad/sv347413/epilepsie/tsv_tmp/.
done
fi
This diff is collapsed.
Click to expand it.
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