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
qbox
qbox-public
Commits
44584376
Commit
44584376
authored
Jan 17, 2022
by
Francois Gygi
Browse files
Fix comment in get_atomset.sh
parent
b94e4567
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/get_atomset.sh
View file @
44584376
#!/bin/bash
# get_atomset: extract atomset from a Qbox sample
#
# use: get_atomset sample.xml
# use: get_atomset
.sh
sample.xml
#
nlines
=
$(
grep
/atomset
-m
1
-n
$1
|
cut
-f1
-d
: -
)
head
-
$nlines
$1
...
...
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