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

Filter sequences in extract_random_seqs_from_genome return file by N count #5

Closed
wants to merge 1 commit into from

Conversation

MahShaaban
Copy link

  • Add an argument n_max to give the maximum allowed number
  • Count the number of Ns in each generated sequence
  • Write-off the sequence if it contains Ns > n_max

related #3

…count

	- Add an argument n_max to give the maximum allowed number
	- Count the number of Ns in each generated sequence
	- Write-off the sequence if it contains Ns > n_max
@MahShaaban MahShaaban closed this by deleting the head repository Aug 8, 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.

1 participant