Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger-count
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
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
Astrocyte
Workflows
Strand Lab
cellranger-count
Commits
2d33b0e6
Commit
2d33b0e6
authored
1 year ago
by
John Lafin
Browse files
Options
Downloads
Patches
Plain Diff
Skip ref download and clean nf work
parent
c75b6e38
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#13560
failed with stages
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-14
9 additions, 14 deletions
.gitlab-ci.yml
with
9 additions
and
14 deletions
.gitlab-ci.yml
+
9
−
14
View file @
2d33b0e6
...
...
@@ -16,30 +16,25 @@ variables:
default
:
tags
:
#
- vm # Pass jobs to the VM runner
-
astrocyte
# Pass jobs to the astrocyte runner
-
vm
# Pass jobs to the VM runner
#
- astrocyte # Pass jobs to the astrocyte runner
before_script
:
#
- export PATH="/opt/nextflow:/opt/cellranger-7.1.0:$PATH" # Necessary to run on VM
-
export PATH="/opt/nextflow:/opt/cellranger-7.1.0:$PATH"
# Necessary to run on VM
download-test-data
:
# Download the test data if missing
stage
:
download
rules
:
-
exists
:
-
"
test_data/Brain_Tumor_3p_LT_fastqs"
when
:
never
-
when
:
always
script
:
-
cd test_data
-
./fetch_Brain_Tumor_3p_LT.sh
-
echo "Download complete."
-
if [ ! -d "test_data/Brain_Tumor_3p_LT_fastqs" ]; then ./fetch_Brain_Tumor_3p_LT.sh; fi
artifacts
:
paths
:
-
test_data/
expire_in
:
2 days
test-cr-count
:
#
Test
cellranger count on the test data
test-cr-count
:
#
Run
cellranger count on the test data
stage
:
test
script
:
#- nextflow run workflow/main.nf --reference=/home/strand_admin/ref/refdata-gex-GRCh38-2020-A # Necessary to run on VM
-
module load nextflow/22.04.5
-
nextflow run workflow/main.nf
\ No newline at end of file
-
nextflow run workflow/main.nf --reference=/home/strand_admin/ref/refdata-gex-GRCh38-2020-A
# Necessary to run on VM
#- module load nextflow/22.04.5 # Necessary to run on astrocyte
-
nextflow run workflow/main.nf
-
nextflow clean -keep-logs
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