Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
reservebenefit
genome_assemblies_collection
Commits
658c7415
Commit
658c7415
authored
Apr 15, 2019
by
peguerin
Browse files
alignments.fof
parent
fe845d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
arcs/pipeline.sh
View file @
658c7415
...
...
@@ -14,13 +14,15 @@ SERRAN_ASSEMBLY="/media/bigvol/peguerin/donnees/serran_genome_lgt3000.fasta"
SERRAN_CHROMIUM_INTERLAVED
=
"/media/bigvol/peguerin/xxx/outs/barcoded.fastq.gz"
## index genome assembly
nohup
bwa index
$SERRAN_ASSEMBLY
&
bwa index
$SERRAN_ASSEMBLY
mv
nohup.out index.log
## run alignments
nohup
bwa mem
-t
48
$SERRAN_ASSEMBLY
-p
$SERRAN_CHROMIUM_INTERLAVED
&
bwa mem
-t
48
$SERRAN_ASSEMBLY
-p
$SERRAN_CHROMIUM_INTERLAVED
>
aln_serran.sam
mv
nohup.out aln.log
| samtools view
-Sb
- | samtools
sort
-n
- ./CHROMIUM-sorted &
samtools view
-Sb
aln_serran.sam | samtools
sort
-n
-o
aln_serran.sorted.bam - &
echo
"aln_serran.sorted.bam"
>
alignments.fof
## Running ARCS...
nohup
./ARCS.sh 5 0.05 30000
$SERRAN_ASSEMBLY
&
\ No newline at end of file
./ARCS.sh 5 0.05 30000
$SERRAN_ASSEMBLY
\ No newline at end of file
Write
Preview
Supports
Markdown
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