-
Notifications
You must be signed in to change notification settings - Fork 5
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
captus generating empty files on HPC #4
Comments
Well, it seems like a MEGAHIT issue: Thanks, Edgardo |
Hi Edgar, Thank you for your prompt reply! attached is the folder I got for the tutorial.. Hope this helps… cheers Kor |
I see, then you reinstalled MEGAHIT and now it works? what version did you have before? I would like to replicate the issue to warn other users. I guess with the new MEGAHIT you can now remove --debug and everything should work normally. Edgardo |
Hi Eduardo. �[93m�[1m�[4mStarting Captus-assembly: ASSEMBLE�[0m �[2m(2023-12-05 15:48:23)�[0m
�[93m�[1m�[4mSubsampling Reads with reformat.sh�[0m �[2m(2023-12-05 15:48:24)�[0m �[31mSkipping read subsampling step... (to enable provide a number of reads to subsample with '--sample_reads_target')�[0m �[93m�[1m�[4mDe Novo Assembly with MEGAHIT�[0m �[2m(2023-12-05 15:48:24)�[0m Concurrent assemblies: �[1m20�[0m
Samples to assemble: �[1m48�[0m Output directories: �[1m/hpcfs/users/a1638383/DeMux_Trim_runs/HybCap113/02_assemblies/[Sample_name]__captus-asm/01_assembly�[0m �[1mDe novo assembling with MEGAHIT:�[0m 0%| | 0/48 [00:00<?, ?sample/s] �[31mSkipping summarization step... (no assembly statistics files were produced)�[0m MEGAHIT temporary directory '/home/a1638383/captus_megahit_tmp' deleted �[93m�[1m�[4mCaptus-assembly: ASSEMBLE -> successfully completed [5.982s]�[0m �[2m(2023-12-05 15:48:29)�[0m |
Not sure if I actually updated megahit? cheers Kor |
Hi Team,
I am trying to run captus on HPC, 1 node, multiple cores, and basically not doing it on my own computer.
All seems to be installed normally, works..
I clean, all good.
Then assemble > and i get all empty folders, even truing the tutorial dataset.
any advice?
(CAPTUS) [a1638383@p2-log-2 captus_test]$ captus_assembly assemble -r 01_clean_reads
Starting Captus-assembly: ASSEMBLE (2023-11-24 17:05:43)
Welcome to the de novo assembly step of Captus-assembly. In this step,
Captus will use MEGAHIT to assemble your input reads. It is also possible to
subsample a number of reads using reformat.sh from BBTools prior to assembly,
this is useful while performing tests or when including samples with
considerably higher sequencing depth in a dataset.
Since you provided a directory name, Captus will look in that location for
all the FASTQ files that contain the string '_R1' in their names and match them
with their respective '_R2' pairs. If the '_R2' can not be found, the sample is
treated as single-end. Sample names are derived from the text found before the
'_R1' string.The full set of reads per sample will be assembled, no subsampling
will be performed.
For more information, please see https://github.com/edgardomortiz/Captus
Subsampling Reads with reformat.sh (2023-11-24 17:05:44)
Now Captus will randomly subsample 0 read pairs (or single-end reads) from
each sample prior to de novo assembly with MEGAHIT.
Skipping read subsampling step... (to enable provide a number of reads to subsample with '--sample_reads_target')
De Novo Assembly with MEGAHIT (2023-11-24 17:05:44)
Now Captus will perform de novo assembly with your input reads using
MEGAHIT. Both '--min_contig_len' (when set to 'auto') and '--k_list' will be
adjusted sample-wise according to the mean read length of the sample's FASTQ
files.
Concurrent assemblies: 4
RAM per assembly: 62.2GB
Threads per assembly: 18
Samples to assemble: 4
Output directories: /hpcfs/users/a1638383/DeMux_Trim_runs/captus_test/02_assemblies/[Sample_name]__captus-asm/01_assembly
A directory will be created for each sample
De novo assembling with MEGAHIT:
0%| | 0/4 [00:03<?, ?sample/s]
└─→ De novo assembly completed for 4 sample(s) [3.546s]
Skipping summarization step... (no assembly statistics files were produced)
MEGAHIT temporary directory '/home/a1638383/captus_megahit_tmp' deleted
Captus-assembly: ASSEMBLE -> successfully completed [4.899s] (2023-11-24 17:05:48)
The text was updated successfully, but these errors were encountered: