Skip to content

Commit

Permalink
replace utf-8 character in JSON to fix vignette build error under Win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
nanxstats committed Nov 9, 2016
1 parent c6c4245 commit b03ed45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inst/extdata/app/flow_star.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"string"
],
"label": "Exons' parents name",
"description": "Tag name to be used as exons transcript-parents.",
"description": "Tag name to be used as exons' transcript-parents.",
"id": "#sjdbGTFtagExonParentTranscript",
"inputBinding": {
"separate": true,
Expand All @@ -129,7 +129,7 @@
"string"
],
"label": "Gene name",
"description": "Tag name to be used as exons gene-parents.",
"description": "Tag name to be used as exons' gene-parents.",
"id": "#sjdbGTFtagExonParentGene",
"inputBinding": {
"separate": true,
Expand Down Expand Up @@ -1182,7 +1182,7 @@
"string"
],
"label": "Exons' parents name",
"description": "Tag name to be used as exons transcript-parents.",
"description": "Tag name to be used as exons' transcript-parents.",
"id": "#sjdbGTFtagExonParentTranscript"
},
{
Expand All @@ -1193,7 +1193,7 @@
"string"
],
"label": "Gene name",
"description": "Tag name to be used as exons gene-parents.",
"description": "Tag name to be used as exons' gene-parents.",
"id": "#sjdbGTFtagExonParentGene"
},
{
Expand Down Expand Up @@ -3721,7 +3721,7 @@
"string"
],
"label": "Exons' parents name",
"description": "Tag name to be used as exons transcript-parents.",
"description": "Tag name to be used as exons' transcript-parents.",
"id": "#sjdbGTFtagExonParentTranscript"
},
{
Expand All @@ -3732,7 +3732,7 @@
"string"
],
"label": "Gene name",
"description": "Tag name to be used as exons gene-parents.",
"description": "Tag name to be used as exons' gene-parents.",
"id": "#sjdbGTFtagExonParentGene"
},
{
Expand Down

0 comments on commit b03ed45

Please sign in to comment.