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
23ccf93e
Commit
23ccf93e
authored
Dec 07, 2016
by
Shaman Narayanasamy
Browse files
Small change
parent
06086ba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
prodigal_analysis/bind_data.sh
View file @
23ccf93e
...
...
@@ -24,6 +24,7 @@ do
paste
<
(
echo
${
S
}
)
<
(
echo
IMP
)
<
(
tail
-n1
$IMP_MGMT
/gene_count.Prodigal.tsv
)
>>
${
OUTFILE
}
paste
<
(
echo
${
S
}
)
<
(
echo
IMP-megahit
)
<
(
tail
-n1
$IMP_MEGAHIT
/gene_count.Prodigal.tsv
)
>>
${
OUTFILE
}
paste
<
(
echo
${
S
}
)
<
(
echo
naive
)
<
(
tail
-n1
$NAIVE
/gene_count.Prodigal.tsv
)
>>
${
OUTFILE
}
paste
<
(
echo
${
S
}
)
<
(
echo
MOCAT_MGMT
)
<
(
tail
-n1
$MOCAT_MGMT
/gene_count.Prodigal.tsv
)
>>
${
OUTFILE
}
paste
<
(
echo
${
S
}
)
<
(
echo
MetAMOS_MGMT
)
<
(
tail
-n1
$METAMOS_MGMT
/gene_count.Prodigal.tsv
)
>>
${
OUTFILE
}
...
...
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