Skip to content
Snippets Groups Projects
Commit 4e6f9030 authored by Boris Jurič's avatar Boris Jurič
Browse files

Update .gitlab-ci.yml

parent b85775b3
No related branches found
No related tags found
No related merge requests found
Pipeline #14077 failed
......@@ -29,3 +29,14 @@ test_1:
script:
- python -m pytest
test_trascritps:
stage: transcipts
before_script:
-java -version
-apt-get install bedtools
-curl -s https://get.nextflow.io | bash && chmod +x nextflow
-echo 'export PATH=$PATH:'$(pwd) >> ~/.bashrc && source ~/.bashrc
script:
-nextflow /src/generate_transcripts.nf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment