-
Notifications
You must be signed in to change notification settings - Fork 45
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
hybpiper assemble error #105
Comments
Hi @dianzhiyong, I suspect this is an issue with the conda environment in which you installed HybPiper. Looking at your error message, it appears that you installed HybPiper in your The error you're seeing is occurring when the HybPiper module Can you try installing HybPiper in a new conda environment? Cheers, Chris |
thank you,my dear Chris |
dear Chris, [INFO]: HybPiper was called with these arguments: [INFO]: A sequence length table has been written to file: seq_lengths.tsv can you give me some advice |
Hi @dianzhiyong, What version of samtools do you have installed? As noted in here, it should be >= 1.14. |
I'm having an issue with hybpiper stopping at the: bwa mem -t 64 PpalPmegtarget_og_clean.fasta /blue/jeremybrawner/agitto/agitto1/ In the log it stops at: 2023-03-22 20:59:38,037 - assemble.py - hybpiper.assemble - assemble - DEBUG - bamfile is: PH066.bam Will check out the progressbar2 issue. Thank you. |
dear author
i have installed HybPiper , i have a problem when run this command :
hybpiper assemble -r EG30_R*_test.fastq -t_dna test_targets.fasta --prefix EG30 --bwa
and report as below :
[INFO]: Everything looks good!
[INFO]: Checking target file FASTA header formatting...
[INFO]: The target file FASTA header formatting looks good!
[INFO]: The target file contains at least one sequence for 13 unique genes.
[WARNING]: There are 1 sequences in your target file that contain unexpected stop codons
when translated in the first forwards frame. If your target file contains only
protein-coding sequences, please check these sequences, and/or run "hybpiper
fix_targetfile". Sequence names can be found in the sample log file (if running
"hybpiper assemble") or printed below (if running "hybpiper check_targetfile").
[WARNING]: There are 1 sequences in your target file that are not multiples of three. If
your target file contains only protein-coding sequences, please check these
sequences, and/or run "hybpiper fix_targetfile". Sequence names can be found in
the sample log file (if running "hybpiper assemble") or printed below (if
running "hybpiper check_targetfile").
[CMD]: bwa mem -t 104 test_targets.fasta /home/zhiy/software/HybPiper/HybPiper/
test_dataset/EG30_R1_test.fastq /home/zhiy/software/HybPiper/HybPiper/
test_dataset/EG30_R2_test.fastq | samtools view -h -b -S - > EG30.bam
[INFO]: Gathering IDs for mapped reads...
[INFO]: In total, 60996 reads from the paired-end read files will be distributed to gene directories
[NOTE]: Distributing paired reads to gene directories
Traceback (most recent call last):
File "/home/yj/anaconda3/bin/hybpiper", line 10, in
sys.exit(main())
File "/home/yj/anaconda3/lib/python3.7/site-packages/hybpiper/assemble.py", line 1775, in main
args.func(args)
File "/home/yj/anaconda3/lib/python3.7/site-packages/hybpiper/assemble.py", line 1361, in assemble
merged=args.merged, low_mem=args.distribute_low_mem, logger=logger)
File "/home/yj/anaconda3/lib/python3.7/site-packages/hybpiper/assemble.py", line 739, in distribute_bwa
low_mem=low_mem)
File "/home/yj/anaconda3/lib/python3.7/site-packages/hybpiper/distribute_reads_to_targets.py", line 327, in distribute_reads
min_poll_interval=30, widgets=widgets):
TypeError: 'module' object is not callable
can you give me some advice to solve this problem ? thank you !
The text was updated successfully, but these errors were encountered: