Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
STR
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
Anne-Sophie Denommé-Pichon
STR
Commits
806b712b
Commit
806b712b
authored
Sep 18, 2020
by
Anne-Sophie Denommé-Pichon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle local architecture and fix no transfer mode
parent
c1243e16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
pipeline.sh
pipeline.sh
+5
-2
No files found.
pipeline.sh
View file @
806b712b
...
...
@@ -28,7 +28,7 @@ fi
# exit 1
#fi
INPUTFILE
=
"
$INPUTDIR
/
$SAMPLE
.bam"
INPUTFILE
=
"
$INPUTDIR
/
$SAMPLE
/
$SAMPLE
.bam"
DATE
=
"
$(
date
+
"%F_%H-%M-%S"
)
"
OUTPUTDIR
=
"
$OUTPUTDIR
/
$SAMPLE
"
TRANSFER_JOB
=
""
...
...
@@ -40,11 +40,14 @@ STRDIR="$OUTPUTDIR/str"
mkdir
-p
"
$LOGDIR
"
"
$STRDIR
"
# Transfer bam and bai from archive to work
TRANSFER_JOB
=
"transfer_
$SAMPLE
"
if
[
"x
$TRANSFER
"
=
"xyes"
]
then
TRANSFER_JOB
=
"transfer_
$SAMPLE
"
INPUTFILE
=
"
$INPUTDIR
/
$SAMPLE
.bam
"
qsub
-wd
"
$WD
"
-pe
smp 1
-o
"
$LOGDIR
"
-e
"
$LOGDIR
"
-q
"
$TRANSFER_QUEUE
"
-N
"
$TRANSFER_JOB
"
-v
INPUTFILE
=
"
$INPUTFILE
"
,TRANSFER_OUTPUTDIR
=
"
$STRDIR
"
,LOGFILE
=
"
$LOGDIR
/transfer_
$SAMPLE
.
$DATE
.log"
"
$WD
/wrapper_transfer.sh"
INPUTFILE
=
"
$STRDIR
/
$SAMPLE
.bam"
else
qsub
-wd
"
$WD
"
-pe
smp 1
-o
"
$LOGDIR
"
-e
"
$LOGDIR
"
-q
"
$COMPUTE_QUEUE
"
-N
"
$TRANSFER_JOB
"
-b
y
echo
"No bam transfer."
fi
# Launch ExpansionHunter
...
...
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