Skip to content

Commit

Permalink
Add cython and openpyxl modules; Use compiled pygoslin
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarreror committed Nov 27, 2020
1 parent 5f51cb9 commit 9689f86
Show file tree
Hide file tree
Showing 138 changed files with 4,697 additions and 627,206 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ releases/*
# hmdb database #
#################
tools/Tagger/dbs/hmdb_metabolites.zip

# goslin __pycache__ #
######################
desktopApp/app/src/pyModules/pygoslin/tests/__pycache__/*
desktopApp/app/src/pyModules/pygoslin/parser/__pycache__/*
desktopApp/app/src/pyModules/pygoslin/__pycache__/*
desktopApp/app/src/pyModules/pygoslin/domain/__pycache__/*
2 changes: 1 addition & 1 deletion desktopApp/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { app, BrowserWindow, ipcMain } = require('electron');
const path = require('path');
const fs = require('fs');
const os = require('os');
const { spawn, spawnSync, execSync } = require('child_process');
const { spawn, spawnSync, exec } = require('child_process');
const { finished } = require('stream');

// Global variables
Expand Down
2 changes: 1 addition & 1 deletion desktopApp/app/sections/execute/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3>The workflow was executed successfully</h3>
<div id="footer">
<div id="footText">
<p>Spanish National Center for Cardiovascular Research</p>
<p>Cardiovascular Proteomics Laboratory</p>
<p>Cardiovascular Proteomics and Metabolomics Unit</p>
<p>C/ Melchor Fernández Almagro, 3. 28029 Madrid</p>
</div>
</div>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

22 changes: 0 additions & 22 deletions desktopApp/app/src/pyModules/pygoslin/data/goslin/LICENSE

This file was deleted.

31 changes: 0 additions & 31 deletions desktopApp/app/src/pyModules/pygoslin/data/goslin/README.md

This file was deleted.

564 changes: 0 additions & 564 deletions desktopApp/app/src/pyModules/pygoslin/data/goslin/docs/Goslin.rrd

This file was deleted.

504 changes: 0 additions & 504 deletions desktopApp/app/src/pyModules/pygoslin/data/goslin/docs/LipidMaps.rrd

This file was deleted.

Loading

0 comments on commit 9689f86

Please sign in to comment.