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

No files in the split folder and the basename problem #287

Closed
ala98412 opened this issue Aug 8, 2022 · 1 comment
Closed

No files in the split folder and the basename problem #287

ala98412 opened this issue Aug 8, 2022 · 1 comment

Comments

@ala98412
Copy link

ala98412 commented Aug 8, 2022

Hi there,

I am trying on a Yeast genome for denovo assembly, using juicer on CPU version.
I have few questions here.

  1. I used the -z option and input my own genome file, why the program still aligning to the genome hg19? Am I doing something wrong?
  2. I don't have any files in the splits folder.
  3. What is "basename" do for? And what wrong is happening?

I've created a folder named "fastq" in the folder "topDir", and I have fastq files inside the folder.
All files and folders in the "CPU" folder were copied to the folder "scripts" in my current folder.

My command and the error messages is below:

$ ./scripts/juicer.sh -z ./genome/MYA3404.genome.fa -d ./topDir/ -p assembly -D ./
(-: Looking for fastq files...fastq files exist
(-: Aligning files matching ./topDir//fastq/_R.fastq*
to genome hg19 with site file .//restriction_sites/hg19_none.txt
--- Using already created files in ./topDir//splits

basename: extra operand './topDir//splits/.fastq.gz_norm.txt.res.txt'
Try 'basename --help' for more information.
gzip: ./topDir//splits/_R1.fastq.gz: No such file or directory
gzip: ./topDir//splits/_R2.fastq.gz: No such file or directory
gzip: ./topDir//splits/_R1.fastq.gz: No such file or directory
bwa mem -SP5M -t 12 ./genome/MYA3404.genome.fa ./topDir//splits/_R1.fastq.gz ./topDir//splits/_R2.fastq.gz > ./topDir//splits/
.fastq.gz.sam
[M::bwa_idx_load_from_disk] read 0 ALT contigs
[E::main_mem] fail to open file `./topDir//splits/_R1.fastq.gz'.
! Alignment of ./topDir//splits/_R1.fastq.gz ./topDir//splits/_R2*.fastq.gz failed.

Thanks for your kindly helping !

ala98412

@sa501428
Copy link
Member

sa501428 commented Aug 9, 2022

Hi @ala98412,
Please post general questions to the forum: https://groups.google.com/g/3d-genomics

@sa501428 sa501428 closed this as completed Aug 9, 2022
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

2 participants