Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_mkfastq
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
cellranger_mkfastq
Commits
a8d8127d
Commit
a8d8127d
authored
4 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Update to have astrocyte version and testing. Closes
#41
.
parent
d004f744
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!71
WIP: Astrocyte 0.4.0
Pipeline
#8078
failed with stages
in 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+15
-1
15 additions, 1 deletion
.gitlab-ci.yml
README.md
+2
-0
2 additions, 0 deletions
README.md
with
17 additions
and
1 deletion
.gitlab-ci.yml
+
15
−
1
View file @
a8d8127d
before_script
:
-
module load astrocyte
-
module load python/3.6.1-2-anaconda
-
pip install --user pytest-pythonpath==0.7.1 pytest-cov==2.5.1
-
module load nextflow/20.01.0
...
...
@@ -16,6 +15,8 @@ stages:
astrocyte_check
:
stage
:
astrocyte
script
:
-
module unload nextflow
-
module load astrocyte/0.4.0rc
-
astrocyte_cli check .
artifacts
:
expire_in
:
2 days
...
...
@@ -24,6 +25,19 @@ astrocyte_check:
when
:
-
always
simple_astrocyte
:
stage
:
astrocyte
script
:
-
module unload nextflow
-
module load astrocyte/0.4.0rc
-
astrocyte_cli test "$CI_PROJECT_DIR" --param=bcl,"test_data/simple1/*.tar.gz" --param=designFile,"test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv" --param=ci,true
artifacts
:
expire_in
:
2 days
retry
:
max
:
0
when
:
-
always
simple_1FC
:
stage
:
simple
script
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
a8d8127d
...
...
@@ -2,6 +2,8 @@
|:-:|:-:|
|
[

](https://git.biohpc.swmed.edu/BICF/Astrocyte/cellranger_mkfastq/commits/master)|
[

](https://git.biohpc.swmed.edu/BICF/Astrocyte/cellranger_mkfastq/commits/develop)|
[

](https://www.nextflow.io/)
[

](https://astrocyte-test.biohpc.swmed.edu/static/docs/index.html)
[

](https://doi.org/10.5281/zenodo.2652611)
10x Genomics scRNA-Seq (cellranger) mkfastq Pipeline
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment