Skip to content

Commit

Permalink
cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Erhan Kenar committed Apr 10, 2017
1 parent 88c988e commit a037cea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def process(transaction):
printInfosToStdOut('send variant data to centraXX REST interface... ' + cxxExportXMLFilename)
pythonCxxRestCommand = ['/home-link/qeana10/miniconda2/bin/python', cxxRestScriptPath, cxxExportXMLFilename]
#TODO: re-enable here later!
p = subprocess.call(pythonCxxRestCommand)
# p = subprocess.call(pythonCxxRestCommand)

subjectCounter += 1
sampleCounter += 1
Expand Down Expand Up @@ -562,7 +562,7 @@ def process(transaction):
transaction.moveFile(tarFileFullPath, newCompletePGMdataset)


raise IonTorrentDropboxError('sorry, raising an error to force a rollback')
# raise IonTorrentDropboxError('sorry, raising an error to force a rollback')


# identifier = pattern.findall(name)[0]
Expand Down

0 comments on commit a037cea

Please sign in to comment.