Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IMP
IMP_manuscript_analysis
Commits
f224ad47
Commit
f224ad47
authored
Jun 03, 2016
by
Shaman Narayanasamy
Browse files
Correction
parent
0f74906f
Changes
1
Hide whitespace changes
Inline
Side-by-side
additional_analyses/HMP_gene_catalog/count_IMP_HMP.sh
View file @
f224ad47
...
...
@@ -16,12 +16,12 @@ IMP_MT_BAM="/scratch/users/snarayanasamy/IMP_MS_data/IMP_analysis/${S}/Assembly/
IMP_MT_MEGAHIT_BAM
=
"/scratch/users/snarayanasamy/IMP_MS_data/IMP_analysis/
${
S
}
_megahit/Assembly/MT.reads.sorted.bam"
IGC_MT_BAM
=
"/scratch/users/snarayanasamy/IMP_MS_data/HMP_IGC_mapping/
${
S
}
/MT_IMP_x_HMP.sorted.bam"
paste
<
(
echo
-e
"
${
S
}
_MG_IMP_IGC
\t
"
)
<
(
sort
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IMP_MG_BAM
}
|
cut
-f1
)
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IGC_MG_BAM
}
|
cut
-f1
)
|
uniq
|
wc
-l
)
>
>
IMP2IGC_mapping.txt
paste
<
(
echo
-e
"
${
S
}
_MG_IMP_IGC"
)
<
(
sort
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IMP_MG_BAM
}
|
cut
-f1
)
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IGC_MG_BAM
}
|
cut
-f1
)
|
uniq
|
wc
-l
)
>
IMP2IGC_mapping.txt
paste
<
(
echo
-e
"
${
S
}
_MG_IMP-megahit_IGC
\t
"
)
<
(
sort
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IMP_MG_MEGAHIT_BAM
}
|
cut
-f1
)
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IGC_MG_BAM
}
|
cut
-f1
)
|
uniq
|
wc
-l
)
>>
IMP2IGC_mapping.txt
paste
<
(
echo
-e
"
${
S
}
_MG_IMP-megahit_IGC"
)
<
(
sort
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IMP_MG_MEGAHIT_BAM
}
|
cut
-f1
)
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IGC_MG_BAM
}
|
cut
-f1
)
|
uniq
|
wc
-l
)
>>
IMP2IGC_mapping.txt
<
(
echo
-e
"
${
S
}
_MT_IMP_IGC
\t
"
)
<
(
sort
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IMP_MT_BAM
}
|
cut
-f1
)
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IGC_MT_BAM
}
|
cut
-f1
)
|
uniq
|
wc
-l
)
>>
IMP2IGC_mapping.txt
paste
<
(
echo
-e
"
${
S
}
_MT_IMP_IGC"
)
<
(
sort
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IMP_MT_BAM
}
|
cut
-f1
)
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IGC_MT_BAM
}
|
cut
-f1
)
|
uniq
|
wc
-l
)
>>
IMP2IGC_mapping.txt
paste
<
(
echo
-e
"
${
S
}
_MT_IMP-megahit_IGC
\t
"
)
<
(
sort
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IMP_MT_MEGAHIT_BAM
}
|
cut
-f1
)
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IGC_MT_BAM
}
|
cut
-f1
)
|
uniq
|
wc
-l
)
>>
IMP2IGC_mapping.txt
paste
<
(
echo
-e
"
${
S
}
_MT_IMP-megahit_IGC"
)
<
(
sort
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IMP_MT_MEGAHIT_BAM
}
|
cut
-f1
)
<
(
samtools view
-f
2 -@
${
THREADS
}
${
IGC_MT_BAM
}
|
cut
-f1
)
|
uniq
|
wc
-l
)
>>
IMP2IGC_mapping.txt
done
date
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