-
Notifications
You must be signed in to change notification settings - Fork 49
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
trust-smartseq.pl Output #258
Comments
Can you show me a few lines of the report file and annot file? Do you see any error messages in the running log? |
Thanks for sharing the files with me. The log and screenshot look quite normal to me. Can you directly run TRUST4 on one of the cell as a standard bulk RNA-seq or use the commands from the log to see whether its airr file is empty or not? Thank you. |
I think I've found the reason and updated the github repo to fix this bug. Could you please clone the github repo and give it a try? |
Thank you so much for your efforts. I will try it tomorrow! |
So I ran the updated version and now the airr.tsv looks good! Thanks a lot. Just a quick follow-up question for downstream analysis in R: Which output file would be suitable for the scRepertoire package? In their vignette it says: "We are beginning to support contig sequences from other pipelines, the first being VDJ reconstruction from TRUST4. We have added combineTRUST4() that will parse the contig output from TRUST4 into a format usable by the rest of the scRepertoire package." However, the trust-smartseq command does not produce a contig file, does it? |
The contig sequence definition in scRepertoire might be different. It could be just the report file from TRUST4. I think scRepertoire may not support the analysis of smart-seq data. I just added the "cell_id" information (previously was empty) to the github repo for the smart-seq output. In this way, I think you can directly use the AIRR tsv file for scRepertoire. |
Perfect, thanks so much! |
My bad. It should be fixed now in the github repo. Could you please give it a try? Sorry for the trouble. |
I ran the script for a few minutes, looks like it's fixed. Cheers! |
Hi,
I ran the trust 4 smartseq wrapper to analyze my FLASH-seq sequencing data (that should work pretty much the same I think).
perl /home/jakob/miniconda3/bin/trust-smartseq.pl -1 $R1 -2 $R2 -t 32 -f $BCRTCR --ref $IMGT -o "$OUT/VDJ/TRUST"
The code works and I get a proper TRUST_report.tsv and TRUST_annot.fa output. However, the script also produces a TRUST_airr.tsv output file, which is empty. Did something go wrong there? I'm not sure, but I think I need the airr format for downstream analysis of TCR clones with scRepertoire in R for example?
Some additional information: Each cell has its own FASTQ files, whose absolute file paths are provided in .txt files (
$R1
and$R2
).The text was updated successfully, but these errors were encountered: