Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UpdateCTestConfiguration from :/Users/pfeuffer/git/OpenMS-fixes-src/cmake-build-debug/DartConfiguration.tcl | |
Parse Config file:/Users/pfeuffer/git/OpenMS-fixes-src/cmake-build-debug/DartConfiguration.tcl | |
UpdateCTestConfiguration from :/Users/pfeuffer/git/OpenMS-fixes-src/cmake-build-debug/DartConfiguration.tcl | |
Parse Config file:/Users/pfeuffer/git/OpenMS-fixes-src/cmake-build-debug/DartConfiguration.tcl | |
Test project /Users/pfeuffer/git/OpenMS-fixes-src/cmake-build-debug | |
Constructing a list of tests | |
Done constructing a list of tests | |
Updating test list for fixtures | |
Added 0 tests to meet fixture requirements | |
Checking test dependency graph... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UpdateCTestConfiguration from :/workspace/OpenMS/build/DartConfiguration.tcl | |
Parse Config file:/workspace/OpenMS/build/DartConfiguration.tcl | |
UpdateCTestConfiguration from :/workspace/OpenMS/build/DartConfiguration.tcl | |
Parse Config file:/workspace/OpenMS/build/DartConfiguration.tcl | |
Test project /workspace/OpenMS/build | |
Constructing a list of tests | |
Done constructing a list of tests | |
Updating test list for fixtures | |
Added 0 tests to meet fixture requirements | |
Checking test dependency graph... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MTD mzTab-version 1.0.0 | |
MTD mzTab-mode Summary | |
MTD mzTab-type Quantification | |
MTD title ConsensusMap export from OpenMS | |
MTD description OpenMS export from consensusXML | |
MTD protein_search_engine_score[1] [MS, MS:1003117, OpenMS:Target-decoy protein q-value, ] | |
MTD peptide_search_engine_score[1] [MS, MS:1003114, OpenMS:Best PSM Score, ] | |
MTD psm_search_engine_score[1] [, , MS-GF+ Posterior Error Probability, ] | |
MTD software[1] [MS, MS:1000752, TOPP software, 2.6.0-pre-develop-2021-02-09] | |
MTD software[2] [MS, MS:1002203, TOPP ProteinInference, 2.6.0-pre-develop-2021-02-09] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Channel.of( 1, 3, 5, 7 ).into{ ch_branchA; ch_branchB } | |
process a1 { | |
input: | |
val x from ch_branchA | |
output: | |
tuple x, file('x.txt') into ch_A1 | |
""" | |
echo $x > x.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ch_sdrf = Channel.fromPath(params.sdrf, checkIfExists: true) | |
ch_sdrf.splitCsv(sep:'\t', header: true) | |
.map{ row-> tuple(file(row.'comment[file uri]'), row.'comment[precursor mass tolerance]') } | |
.groupTuple() | |
.subscribe { println it} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79445708ac44bdbae5ef95322e4b39b2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import sys | |
import glob | |
import re | |
# code to sort in a human readable way | |
def atoi(text): | |
return int(text) if text.isdigit() else text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seqan_tcoffee Multiple sequence alignment SeqAn::T-Coffee is a multiple sequence alignment tool. (c) Copyright 2009 by Tobias Rausch | |
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<tool name="SeqanTcoffee" version="1.13.8 [e165baf]" docurl="http://www.seqan.de" category="Sequence Alignment"> | |
<executableName>seqan_tcoffee</executableName> | |
<description>Multiple sequence alignment</description> | |
<manual> | |
SeqAn::T-Coffee is a multiple sequence alignment tool. (c) Copyright 2009 by Tobias Rausch | |
</manual> | |
<manual>...</manual> | |
<cli> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xhash(29): error C2440: 'type cast': cannot convert from 'const OpenMS::String' to 'std::size_t' (compiling source file C:\jenkins\ws\openms_user_experimental\openms_test_packaging\c2e226b2\source\src\openms\source\FORMAT\HANDLERS\MascotXMLHandler.cpp) [C:\jenkins\ws\openms_user_experimental\openms_test_packaging\c2e226b2\build\src\openms\OpenMS.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xhash(29): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called (compiling source file C:\jenkins\ws\openms_user_experimental\openms_test_packaging\c2e226b2\source\src\openms\source\FORMAT\HANDLERS\MascotXMLHandler.cpp) | |
C:\jenkins\ws\openms_user_experimental\openms_test_packaging\c2e226b2\contrib_build\include\boost/functional/hash/extensions.hpp(262): note: see reference to function template instantiation 'size_t stdext::hash_value<T>(const _Kty &)' being compiled | |
NewerOlder