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

Incorportate assembled mt genome #13

Closed
Astahlke opened this issue Jul 16, 2021 · 1 comment
Closed

Incorportate assembled mt genome #13

Astahlke opened this issue Jul 16, 2021 · 1 comment

Comments

@Astahlke
Copy link
Collaborator

Concat assembled MT contig Pgos/RawData/MT_Contig/Pgos_mtDNA_contig.fasta to primary assembly for polishing in arrow

@j23414
Copy link
Contributor

j23414 commented Aug 16, 2021

Add a --mito_assembly (--mt_assembly?) or concat the mitocondrial genome before running.

if (params.mito_assembly){
  mito_ch = channel.of(params.mito_assembly, checkIfExists:true)
  asm_ch = channel.fromPath(params.primary_assembly, checkIfExists:true) | combine(mito_ch) | addMito
} else {
   asm_ch = channel.fromPath(params.primary_assembly, checkIfExists:true)
}

This is just a reminder to myself to add, after current run completes

@j23414 j23414 closed this as completed Aug 18, 2021
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

No branches or pull requests

2 participants