Skip to content

Conversation

@Leon-Bichmann
Copy link

… of native idstring. Prefix was not right for parsing + a couple of couts for debugging

Leon Bichmann and others added 30 commits March 8, 2017 09:37
…or feature set due to a lot of missing information (lost in mascotadapter)
@mwalzer mwalzer self-requested a review April 1, 2017 10:26
@mwalzer
Copy link
Owner

mwalzer commented Apr 1, 2017

Please remove the mac files

// --------------------------------------------------------------------------
// $Maintainer: Chris Bielow $
// $Authors: Andreas Bertsch, Chris Bielow $
// $Authors: Leon Bichmann, Andreas Bertsch, Chris Bielow $
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect I presume

// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// --------------------------------------------------------------------------
// $Maintainer: Chris Bielow $
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cbielow was this arranged with you?

// if scan number is not available, use the scan index
Size idx = 0;
if ((idx = it->hasPrefix("scan=")) != string::npos)
if ((idx = it->find("scan=")) != string::npos)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please pull the latest commits from origin, this was changed.

break;
}
else if ((idx = it->hasPrefix("index=")) != string::npos)
else if ((idx = it->find("index=")) != string::npos)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please pull the latest commits from origin, this was changed.

//id <tab> label <tab> scannr <tab> calcmass <tab> expmass <tab> feature1 <tab> ... <tab> featureN <tab> peptide <tab> proteinId1 <tab> .. <tab> proteinIdM
void preparePin_(vector<PeptideIdentification>& peptide_ids, StringList& feature_set, std::string& enz, TextFile& txt, int min_charge, int max_charge)
{
std::cout << "number of features = " << feature_set.size() << "\n";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

either LOG_INFO or LOG_DEBUG

String pout_decoy_file_proteins(temp_directory_body + txt_designator + "_decoy_pout_proteins.tab");

LOG_DEBUG << "Writing percolator input file." << endl;
LOG_DEBUG << "Writing percolator input file." << pin_file << endl;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is quite redundant as the PIN files are not removed if debug level > 2

@mwalzer
Copy link
Owner

mwalzer commented Apr 1, 2017

Would you please rephrase the PR description as it is unclear to me what you mean. I did not find any changes from @timosachsenberg - Also, I updated the idXML consumption for PercolatorAdapter, which some of them get undone by this PR. Please correct.

@mwalzer mwalzer force-pushed the fix/TOPPerc branch 2 times, most recently from f39a28e to 8bce6e7 Compare May 30, 2017 20:14
mwalzer pushed a commit that referenced this pull request Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants