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

Reorganize CLEAN_FASTA function #455

Closed
atrigila opened this issue Oct 1, 2024 · 1 comment
Closed

Reorganize CLEAN_FASTA function #455

atrigila opened this issue Oct 1, 2024 · 1 comment
Assignees

Comments

@atrigila
Copy link
Contributor

atrigila commented Oct 1, 2024

Reorganize CLEAN_FASTA function to the following:

if(val_fasta) {
        // Clean fasta (replace non-ATCGs with Ns, remove whitespaces from headers)
        CLEAN_FASTA ( ch_fasta )
        ch_versions      = ch_versions.mix(CLEAN_FASTA.out.versions)
        
        // Set channels: clean fasta and its index
        ch_fasta         = CLEAN_FASTA.out.output
@atrigila atrigila added this to smrnaseq Oct 1, 2024
@atrigila atrigila self-assigned this Oct 1, 2024
@atrigila atrigila converted this from a draft issue Oct 1, 2024
@atrigila atrigila mentioned this issue Oct 1, 2024
11 tasks
@atrigila
Copy link
Contributor Author

atrigila commented Oct 2, 2024

Closed via #457

@atrigila atrigila closed this as completed Oct 2, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in smrnaseq Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant