Skip to content

Commit

Permalink
Resolved problem with cptable in xslx : SheetJS/sheetjs#76
Browse files Browse the repository at this point in the history
  • Loading branch information
remimarenco committed Apr 29, 2015
1 parent b539c09 commit 48fd6f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# JsCoverageQC
A javascript adaptation of CoverageQC (https://github.com/ghsmith/coverageQc), for Galaxy Project

Don't forget to use npm install in the directory, once you downloaded the project, to install all the dependencies
- Don't forget to use npm install in the directory, once you downloaded the project, to install all the dependencies
- If this error is shown while launching the server : "ERROR in ./~/xlsx/dist/cpexcel.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./cptable in xyz/node_modules/xlsx/dist
@ ./~/xlsx/dist/cpexcel.js 807:16-41
" => use this : https://github.com/SheetJS/js-xlsx/issues/76 and only keep "cptable = factory(cptable);" in cpexcel.js line 803-809
2 changes: 1 addition & 1 deletion src/scripts/components/JsCoverageQcApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function generateReport(parameters){

var workbookcopy;
if(parameters.variantTsv !== null || typeof parameters.variantTsv !== 'undefined'){
//XLSX.write(workbookcopy, 'TSV copy');
XLSX.write(workbookcopy, 'TSV copy');
}
}

Expand Down

0 comments on commit 48fd6f5

Please sign in to comment.