Entering edit mode
16 months ago
a.mostafa5050
▴
10
Hi,
I have installed ShortBRED yesterday by conda
conda install -c biobakery shortbread
When I was trying to run shortbred_identify.py to create markers out of CARD database by
conda activate /cluster/projects/nn8021k/Conda-env/my_shortbred
shortbred_identify.py --goi /cluster/projects/nn8021k/Databases/CARD_327/markers_shortbred/protein_homolog_model.fasta
--ref /cluster/projects/nn8021k/Databases/humann_database/uniref/uniref90.fasta
--threads 32 --clustid 0.95 --markers /cluster/projects/nn8021k/Databases/CARD_327/markers_shortbred/CARD_markers.faa
--tmp /cluster/projects/nn8021k/Databases/CARD_327/markers_shortbred/Temp
I got this error
Invalid command line Unknown option in
Checking dependencies... Checking to make sure that installed version of usearch can make databases... Traceback (most recent call last): File "/cluster/projects/nn8021k/Conda-env/my_shortbred/bin/shortbred_identify.py", line 274, in <module>
pb.ClusterFams(dirClust, args.dClustID,strClustFile,args.dConsThresh,args.strMUSCLE ) File "/cluster/projects/nn8021k/Conda-env/my_shortbred/bin/src/process_blast.py", line 320, in ClusterFams
subprocess.check_call([strMUSCLE, "-in", str(fileFasta), "-out", str(fileAlign)]) File "/cluster/projects/nn8021k/Conda-env/my_shortbred/lib/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['muscle', '-in', '/cluster/projects/nn8021k/Databases/CARD_327/markers_shortbred/Temp/clust/fams/gb|AEZ36150.1|ARO:3000448|QepA1.faa', '-out', '/cluster/projects/nn8021k/Databases/CARD_327/markers_shortbred/Temp/clust/fams/gb|AEZ36150.1|ARO:3000448|QepA1.faa.aln']' returned non-zero exit status 1
Can you please help me with this?
ShortBREAD requires
Do you know if these are installed
Thanks for the reply! Yes, all of them are installed