Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Laura Denies
PathoFact
Commits
6af75675
Commit
6af75675
authored
Apr 27, 2020
by
Valentina Galata
Browse files
uncommented a cmd line in test/set-up.sh (issue
#30
)
parent
b793818e
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/set-up.sh
View file @
6af75675
#!/bin/bash -l
# modify *.faa: rm record descriptions
#
sed -i '/^>/ s/ .*//' test/test_sample.faa
sed
-i
'/^>/ s/ .*//'
test
/test_sample.faa
# *.gff to *.contig: contig ID, feature ID
sed
-n
'/^##gff/,/^##FASTA/p'
test
/test_sample.gff |
grep
-v
'^#'
|
cut
-f1
,9 |
cut
-d
';'
-f1
|
sed
's/ID=//'
>
test
/test_sample.contig
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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