Conversation
Codecov Report
@@ Coverage Diff @@
## dev #150 +/- ##
==========================================
+ Coverage 39.05% 39.12% +0.07%
==========================================
Files 59 59
Lines 5654 5661 +7
==========================================
+ Hits 2208 2215 +7
Misses 3446 3446
Continue to review full report at Codecov.
|
|
This component works as is, but Bandage loads the FASTA file, whereas I would like to load the GFA file output by SPAdes. Any tips on how I can load the GFA file instead of the FASTA file? |
|
Yes @sjackman , this is a recurrent situation for us and something that you can solve using secondary links. The basic idea is that you can connect two components with any number of secondary channels that pass additional information besides the main channels. I'll walk you through briefly:
And you should have access to the Gfa file as well. With this system you can easily pass data between components, even if those components are not contiguous. For instance, if you created a pipeline like: the |
|
Awesome. Thank you very much for the detailed instructions, Diogo. I'd like to first merge this PR, if you would, without support for GFA. I'll submit a new PR next week to add support for GFA. |
|
Our Hackseq hackathon is wrapping up in one hour! Thank you all for being so responsive this weekend! It's been great getting these PRs merged while we hacked. I hadn't expected that. |
ODiogoSilva
left a comment
There was a problem hiding this comment.
Another fine addition good to go 👍 Great job at the hackathon, I'm glad we could integrate your efforts quickly into flowcraft. These only one minor coment.
| file reference from Channel.fromPath(params.reference{{param_id}}) | ||
|
|
||
| output: | ||
| file "*" |
There was a problem hiding this comment.
Could you be more specific here on the regex pattern? This will also include dot file (.command.*) from nextflow in the publishDir.
There was a problem hiding this comment.
I've changed it to "*.png *.svg".
|
Thanks for merging, Diogo! |
No description provided.