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
6738d95c
Commit
6738d95c
authored
Aug 08, 2018
by
Simon Verdez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean
parent
8957573e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
28 deletions
+0
-28
Dup_Data.sh
Dup_Data.sh
+0
-17
start.sh
start.sh
+0
-11
No files found.
Dup_Data.sh
deleted
100755 → 0
View file @
8957573e
#!/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
start.sh
deleted
100755 → 0
View file @
8957573e
#!/bin/bash
set
-e
;
true
;
for
i
in
$(
cat
/work/gad/sv347413/HLAscan/liste_patients_epileptiques.txt
)
do
echo
$i
qsub
-V
-q
batch /work/gad/sv347413/epilepsie/Pipeline/Master.sh
${
i
}
done
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