Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Re-activate pre-scoring = 1 if no reduction is used#201

Merged
h-2 merged 1 commit into
seqan:masterseqan/lambda:masterfrom
sarahet:fix_nuclsarahet/lambda:fix_nuclCopy head branch name to clipboard
Jan 2, 2023
Merged

Re-activate pre-scoring = 1 if no reduction is used#201
h-2 merged 1 commit into
seqan:masterseqan/lambda:masterfrom
sarahet:fix_nuclsarahet/lambda:fix_nuclCopy head branch name to clipboard

Conversation

@sarahet
Copy link
Copy Markdown
Member

@sarahet sarahet commented Dec 21, 2022

This PR re-activates the pre-scoring default for unreduced sequences as stated in the help message (mainly important for nucleotide mode). Additionally, some minor fixes that have been already adjusted in lambda3 but were missing in lambda2.

@sarahet sarahet requested a review from h-2 December 21, 2022 08:06
Comment thread .gitmodules Outdated
[submodule "seqan"]
path = include/seqan
url = git://github.com/seqan/seqan.git
url = https://github.com/seqan/seqan.git
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
url = https://github.com/seqan/seqan.git
url = ../../seqan/seqan.git

While we are at it, we can just switch to relative syntax (this will preserve whatever protocol is used for the main repo).

Comment thread src/shared_misc.hpp Outdated
#include <forward_list>
#include <sys/sysctl.h>

#if defined(__APPLE__)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
#if defined(__APPLE__)
#if __has_include(<sys/sysctl.h>)

This header is also used by FreeBSD and potentially other systems; just not my Linux any more. Can you check if the proposed change works? It might still pick up the header on Linux, but it shouldn't...

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

works

@h-2 h-2 merged commit fc636ea into seqan:master Jan 2, 2023
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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.