Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNA-seq
Manage
Activity
Members
Labels
Plan
Issues
12
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
GUDMAP_RBK
RNA-seq
Commits
bdc694cd
Commit
bdc694cd
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Change tool badges to blueviolet
parent
08e9b7e2
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!58
Develop
,
!55
Resolve "Add tool version badges"
Pipeline
#8743
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-3
1 addition, 3 deletions
.gitlab-ci.yml
workflow/scripts/get_updated_badge_info.sh
+13
-13
13 additions, 13 deletions
workflow/scripts/get_updated_badge_info.sh
with
14 additions
and
16 deletions
.gitlab-ci.yml
+
1
−
3
View file @
bdc694cd
...
...
@@ -38,9 +38,7 @@ pages:
dependencies
:
-
build_badges
script
:
-
mkdir -p public/badges
-
mv badges/ public/badges/
artifacts
:
-
mv badges/ public/
paths
:
-
public
...
...
This diff is collapsed.
Click to expand it.
workflow/scripts/get_updated_badge_info.sh
+
13
−
13
View file @
bdc694cd
...
...
@@ -34,16 +34,16 @@ curl --request GET https://img.shields.io/badge/Nextflow%20Version-${master_next
curl
--request
GET https://img.shields.io/badge/Pipeline%20Version-
${
develop_pipeline_version
}
-informational
?style
=
flat
>
./badges/developPipeline.svg
curl
--request
GET https://img.shields.io/badge/Nextflow%20Version-
${
develop_nextflow_version
}
-informational
?style
=
flat
>
./badges/developNextflow.svg
curl
--request
GET https://img.shields.io/badge/Python%20Version-
${
python_version
}
-informational
?style
=
flat
>
./badges/tools/python.svg
curl
--request
GET https://img.shields.io/badge/DERIVA%20Version-
${
deriva_version
}
-informational
?style
=
flat
>
./badges/tools/deriva.svg
curl
--request
GET https://img.shields.io/badge/BDBag%20Version-
${
bdbag_version
}
-informational
?style
=
flat
>
./badges/tools/bdbag.svg
curl
--request
GET https://img.shields.io/badge/RSeQC%20Version-
${
rseqc_version
}
-informational
?style
=
flat
>
./badges/tools/rseqc.svg
curl
--request
GET https://img.shields.io/badge/Trim%20Galore%20Version-
${
trimgalore_version
}
-informational
?style
=
flat
>
./badges/tools/trimgalore.svg
curl
--request
GET https://img.shields.io/badge/HISAT2%20Version-
${
hisat2_version
}
-informational
?style
=
flat
>
./badges/tools/hisat2.svg
curl
--request
GET https://img.shields.io/badge/Samtools%20Version-
${
samtools_version
}
-informational
?style
=
flat
>
./badges/tools/samtools.svg
curl
--request
GET https://img.shields.io/badge/picard%20Version-
${
picard_version
}
-informational
?style
=
flat
>
./badges/tools/picard.svg
curl
--request
GET https://img.shields.io/badge/featureCounts%20Version-
${
featurecounts_version
}
-informational
?style
=
flat
>
./badges/tools/featurecounts.svg
curl
--request
GET https://img.shields.io/badge/R%20Version-
${
r_version
}
-informational
?style
=
flat
>
./badges/tools/r.svg
curl
--request
GET https://img.shields.io/badge/deepTools%20Version-
${
deeptools_version
}
-informational
?style
=
flat
>
./badges/tools/deeptools.svg
curl
--request
GET https://img.shields.io/badge/FastQC%20Version-
${
fastqc_version
}
-informational
?style
=
flat
>
./badges/tools/fastqc.svg
curl
--request
GET https://img.shields.io/badge/MultiQC%20Version-
${
multiqc_version
}
-informational
?style
=
flat
>
./badges/tools/multiqc.svg
\ No newline at end of file
curl
--request
GET https://img.shields.io/badge/Python%20Version-
${
python_version
}
-blueviolet
?style
=
flat
>
./badges/tools/python.svg
curl
--request
GET https://img.shields.io/badge/DERIVA%20Version-
${
deriva_version
}
-blueviolet
?style
=
flat
>
./badges/tools/deriva.svg
curl
--request
GET https://img.shields.io/badge/BDBag%20Version-
${
bdbag_version
}
-blueviolet
?style
=
flat
>
./badges/tools/bdbag.svg
curl
--request
GET https://img.shields.io/badge/RSeQC%20Version-
${
rseqc_version
}
-blueviolet
?style
=
flat
>
./badges/tools/rseqc.svg
curl
--request
GET https://img.shields.io/badge/Trim%20Galore%20Version-
${
trimgalore_version
}
-blueviolet
?style
=
flat
>
./badges/tools/trimgalore.svg
curl
--request
GET https://img.shields.io/badge/HISAT2%20Version-
${
hisat2_version
}
-blueviolet
?style
=
flat
>
./badges/tools/hisat2.svg
curl
--request
GET https://img.shields.io/badge/Samtools%20Version-
${
samtools_version
}
-blueviolet
?style
=
flat
>
./badges/tools/samtools.svg
curl
--request
GET https://img.shields.io/badge/picard%20Version-
${
picard_version
}
-blueviolet
?style
=
flat
>
./badges/tools/picard.svg
curl
--request
GET https://img.shields.io/badge/featureCounts%20Version-
${
featurecounts_version
}
-blueviolet
?style
=
flat
>
./badges/tools/featurecounts.svg
curl
--request
GET https://img.shields.io/badge/R%20Version-
${
r_version
}
-blueviolet
?style
=
flat
>
./badges/tools/r.svg
curl
--request
GET https://img.shields.io/badge/deepTools%20Version-
${
deeptools_version
}
-blueviolet
?style
=
flat
>
./badges/tools/deeptools.svg
curl
--request
GET https://img.shields.io/badge/FastQC%20Version-
${
fastqc_version
}
-blueviolet
?style
=
flat
>
./badges/tools/fastqc.svg
curl
--request
GET https://img.shields.io/badge/MultiQC%20Version-
${
multiqc_version
}
-blueviolet
?style
=
flat
>
./badges/tools/multiqc.svg
\ 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