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
Piotr Gawron
Big bed generator
Commits
a1e546a2
Commit
a1e546a2
authored
May 03, 2019
by
Piotr Gawron
Browse files
test script added
parent
7010864f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
a1e546a2
image
:
python
test
:
script
:
-
curl http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/refGene.txt.gz -o refGene-19.txt.gz
-
python3 generate.py refGene-19.txt.gz hg19
-
curl http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigBedInfo -o bin/bigBedInfo
-
chmod 0755 bin/bigBedInfo
-
./bin/bigBedInfo refGene-19.bb
\ No newline at end of file
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