Skip to content
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

dynast count very slow - may not be parallelized? #21

Open
wgao688 opened this issue Jul 26, 2024 · 0 comments
Open

dynast count very slow - may not be parallelized? #21

wgao688 opened this issue Jul 26, 2024 · 0 comments

Comments

@wgao688
Copy link

wgao688 commented Jul 26, 2024

Hi Xiaojie,

Thank you for making the very useful dynast pipeline. We use it a lot in our analysis. One issue I have running into is that dynast count is very slow. I am using dynast v1.01 and for a standard deep sequencing run (NextSeq, Novaseq, etc.) a library will take 4-5 days (96+ hours) to complete. I am wondering if it is somehow related to not using the number of threads specified (I specify -t 8-16). When I check my running processes using ps -u, I sometimes see that there is only 1 process running for dynast count when there were the number t specified for dynast consensus, which runs much faster (<8 hours).

Here is a standard workflow that I use:

dynast align -i $star_index_directory -o $align_directory -x 10xv3 $fastq_seq_file $fastq_umi_file -w $whitelist --STAR-overrides '--soloFeatures Gene GeneFull --limitBAMsortRAM 60000000000'
dynast consensus -t 16 -g $gtf_file --barcode-tag CB --umi-tag UB -o consensus Aligned.sortedByCoord.out.bam
dynast count -t 16 -g $gtf_file --barcode-tag CB --umi-tag UB -o count_with_consensus --barcodes Solo.out/GeneFull/raw/barcodes.tsv --conversion TC consensus/consensus.bam

Thanks for your help!
William

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant