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
a9ad91df
Commit
a9ad91df
authored
Jun 02, 2016
by
Shaman Narayanasamy
Browse files
Change output file
parent
6c4b2490
Changes
1
Hide whitespace changes
Inline
Side-by-side
prodigal_analysis/bind_data.sh
View file @
a9ad91df
#!/bin/bash -l
OUTFILE
=
"prodigal_summary.tsv"
OUTFILE
=
"
/scratch/users/snarayanasamy/IMP_MS_data/prodigal_analysis/
prodigal_summary.tsv"
declare
-a
SAMPLES
=(
"SM"
"HF1"
"HF2"
"HF3"
"HF4"
"HF5"
"WW1"
"WW2"
"WW3"
"WW4"
"BG"
)
echo
-e
"Dataset
\t
Assembly
\t
Prodigal_total_genes
\t
Prodigal_complete_genes
\t
Prodigal_incomplete_genes"
>
${
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