Replies: 3 comments 5 replies
-
Hey Sofie, happy new year. One option is if you have transcriptome and metagenome data from the same samples or at least from the same sample type. Is to create MAGs and or genecatlog from the metagenome and then simply map the transcriptome reads to the MAGs / Genecatalog. There is an option to set |
Beta Was this translation helpful? Give feedback.
-
On the other hand it should not be so difficult to implement the assembly of transcriptomes. As you mention the spades rule is already adapted. One option is to create symbolic links from What do you want to do with the assembled transcripts? e.g. Genecatalog? Questions I have:
|
Beta Was this translation helpful? Give feedback.
-
See my PR #615 |
Beta Was this translation helpful? Give feedback.
-
Hi Silas,
I am trying to run atlas genecatalog on metatranscriptomics data from soil.
I ran into an error in the rule run_spades. It is looking for contig and scaffolds.fasta, but the output of spades RNA-mode is named transcripts.fasta..
These files it generates:
Where should I add the --latency-wait flag, in the assemble.smk file and then in rule run_spades?
But I think there is just no contig.fasta, instead transcript.fasta? So should the check for missing files be changed? Or in the config.yaml, genecatalog asks for 'contigs' or 'genomes'
genecatalog:
source: contigs
I attach the log files:
atlas_output2.log
spades.log
** Atlas version** 2.9.1
You briefly mentioned it also in #143
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions