You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the pipeline with the --list argument providing a sample sheet to it to run on ~100 samples. But for all the viral sequences that are identified by the pipeline I only get one GFF file in the output directory of the first sample from the sample sheet. I think this is cause by this line of code and I was just wondering what the reasoning behind taking only runnning the GFF script on the first contig file as a reference sequence is.
I get that in the case of running the pipeline on a single sample this doesn't make a difference, but when dealing with multiple samples wouldn't it make sense to generate a GFF file for every sample where viral sequences have been found? Just wondering if I'm missing something here!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
That looks like a bug to me, we usually run the pipeline one assembly at the time. So I think it's just an unhappy coincidence. I'll change it and will test the pipeline.
Hey, thanks for this nice pipeline!
I'm running the pipeline with the
--list
argument providing a sample sheet to it to run on ~100 samples. But for all the viral sequences that are identified by the pipeline I only get oneGFF
file in the output directory of the first sample from the sample sheet. I think this is cause by this line of code and I was just wondering what the reasoning behind taking only runnning theGFF
script on the first contig file as a reference sequence is.I get that in the case of running the pipeline on a single sample this doesn't make a difference, but when dealing with multiple samples wouldn't it make sense to generate a GFF file for every sample where viral sequences have been found? Just wondering if I'm missing something here!
Thanks in advance!
The text was updated successfully, but these errors were encountered: