Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_count
Manage
Activity
Members
Labels
Plan
Issues
11
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
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_count
Commits
f52363f6
Commit
f52363f6
authored
6 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Fix ci.yml
parent
db87d753
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
test_data/design.csv
+4
-0
4 additions, 0 deletions
test_data/design.csv
with
7 additions
and
2 deletions
.gitignore
+
2
−
1
View file @
f52363f6
...
...
@@ -99,7 +99,8 @@ ENV/
.mypy_cache/
# nextflow analysis folders/files
/test_data/*
/test_data/*.fastq.gz
/test_data/*.fastq
/workflow/.nextflow/*
/workflow/work/*
/workflow/output/*
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
f52363f6
before_script
:
-
module load python/3.6.1-2-anaconda
-
module load nextflow/0.27.6
-
ln -s /project/shared/bicf_workflow_ref/workflow_testdata/cellranger_
mkfastq/*tar
.gz test_data/
-
ln -s /project/shared/bicf_workflow_ref/workflow_testdata/cellranger_
count/*fastq
.gz test_data/
stages
:
-
integration
...
...
This diff is collapsed.
Click to expand it.
test_data/design.csv
0 → 100755
+
4
−
0
View file @
f52363f6
Sample,fastq_R1,fastq_R2
D17PrPzF_BE,D17PrPzF_BE_S1_L001_R1_001.fastq.gz,D17PrPzF_BE_S1_L001_R2_001.fastq.gz
D17PrPzF_BE,D17PrPzF_BE_S1_L002_R1_001.fastq.gz,D17PrPzF_BE_S1_L002_R2_001.fastq.gz
D17PrPzF_LE,D17PrPzF_LE_S3_L001_R1_001.fastq.gz,D17PrPzF_LE_S3_L001_R2_001.fastq.gz
\ No newline at end of file
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