Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capability to parse and check user-given bases mask (demux_reads … #7

Merged
merged 1 commit into from
Feb 1, 2019

Conversation

messersc
Copy link
Contributor

@messersc messersc commented Feb 1, 2019

…from web) for bcl2fastq2 and picard

@messersc messersc mentioned this pull request Feb 1, 2019
@holtgrewe
Copy link
Member

Generally looks good, we need a tweak for the CI and minor changes needed to code.

digestiflow_demux/bases_mask.py Outdated Show resolved Hide resolved
digestiflow_demux/bases_mask.py Outdated Show resolved Hide resolved
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@bihealth bihealth deleted a comment Feb 1, 2019
@messersc
Copy link
Contributor Author

messersc commented Feb 1, 2019

Generally looks good, we need a tweak for the CI.

@holtgrewe Is there a better way than adding noqa to the offending snakemake. lines?

@holtgrewe
Copy link
Member

@messersc bandit should only be tweaked for tests

@holtgrewe
Copy link
Member

@messersc noqa is the way to go

@messersc
Copy link
Contributor Author

messersc commented Feb 1, 2019

bandit should only be tweaked for tests

As I understand it, it is only possible to either skip a class of tests or to exclude files/directories. But it is currently not possible to only disable a test (B101) for a given directory (tests)

PyCQA/bandit#346

@holtgrewe
Copy link
Member

OK, fine.

@holtgrewe
Copy link
Member

holtgrewe commented Feb 1, 2019

Please make sure to squash and use a rebase commit.

- Take user-configure bases mask from flowcell (demux_reads)
- Check for consistency with planned reads
- Translate into bases mask for bcl2fastq2 if necessary
@messersc messersc merged commit 334d2ba into master Feb 1, 2019
@messersc messersc deleted the feature/bases_mask branch February 1, 2019 14:19
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