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
How does the pipeline deals with the direction of sequencing, is there a way to inform it (for example, if it is stranded)? If there is a way to include this information, how can I do that?
Thank you!
Kátia
The text was updated successfully, but these errors were encountered:
You can see is not assigning any strandedness. I cannot find any option to do it on the command line.
If you want to use the stranded option in Trinity (or other assemblers) you can modify the TransPi.nf process function to use the corresponding option. You can do that in your local TransPi.nf nextflow file.
Is not very elegant but is an option. Please report back if you decide to do this and if it works and note that if you plan to assemble multiple transcriptomes in one go, ALL will have to be stranded. I think this is the reason the strandedness is not used: you cannot turn the option on and off for independent datasets if you want to assemble more that one transcriptome at a time, which is possible in TransPi.
Hi,
How does the pipeline deals with the direction of sequencing, is there a way to inform it (for example, if it is stranded)? If there is a way to include this information, how can I do that?
Thank you!
Kátia
The text was updated successfully, but these errors were encountered: