-
Notifications
You must be signed in to change notification settings - Fork 1
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
unable to run PlantClusterFinder #1
Comments
This looks like a file IO issue. |
Hello, I would like to ask you whether you have successfully run Plantclusterfinder and hope to get your guidance |
|
Hi,
I am trying to use PlantClusterFinder. I am working on plant genome and wanted to use this tool to search gene clusters of my interest.
Therefore, I downloaded the lattest release of PlantClusterFinder. I do not have matlab, and as instructed, I downloaded matlab runtime (2016b), installed it (I installed it locally, and then added path in ~/.bashrc as follows-export PATH="/home/amit8chiba/software/v91/runtime/glnxa64:/home/amit8chiba/software/v91/bin/glnxa64:/home/amit8chiba/software/v91/sys/os/glnxa64:/home/amit8chiba/software/v91/extern/bin/glnxa64:$PATH")
After this, I tried to perform test run using this command-
/mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/run_PlantClusterFinder.sh /home/amit8chiba/software/v91 -pgdb /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/pgdb/csubellipsoideacyc/1.0/data/ -rmdf /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/Inputs/ReactionMetabolicDomainClassification.txt -md "{'Amines and Polyamines Metabolism'; 'Amino Acids Metabolism'; 'Carbohydrates Metabolism'; 'Cofactors Metabolism'; 'Detoxification Metabolism'; 'Energy Metabolism'; 'Fatty Acids and Lipids Metabolism'; 'Hormones Metabolism'; 'Inorganic Nutrients Metabolism'; 'Nitrogen-Containing Compounds'; 'Nucleotides Metabolism'; 'Phenylpropanoid Derivatives'; 'Polyketides'; 'Primary-Specialized Interface Metabolism'; 'Redox Metabolism'; 'Specialized Metabolism'; 'Sugar Derivatives'; 'Terpenoids'}" -psf /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/CsubellipsoideaC_169_227_v2.0.protein.pcf13.fa -gtpf /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/gtpf_CsubellipsoideaC_169_227_v2.0.annotation_info.txt.txt -glof /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/glof_CsubellipsoideaC_169_227_v2.0.gene.gff3.txt -dnaf /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/CsubellipsoideaC_169_227_v2.0.hardmasked.fa -sitf /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/Inputs/scaffold-tailoring-reactions-05082016.tab -gout /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/ARAGene1_3_amit_memex.txt -cout /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/ARAClust1_3_amit_memex.txt SeqGapSizesChromBreak '[10000]' PGDBIdsToMap GTP
This was based on suggestions by your documentations.
While running, I got this message-
Setting up environment variables
LD_LIBRARY_PATH is .:/home/amit8chiba/software/v91/runtime/glnxa64:/home/amit8chiba/software/v91/bin/glnxa64:/home/amit8chiba/software/v91/sys/os/glnxa64:/home/amit8chiba/software/v91/sys/opengl/lib/glnxa64
Parameter 1: -pgdb
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/pgdb/csubellipsoideacyc/1.0/data/
Parameter 2: -rmdf
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/Inputs/ReactionMetabolicDomainClassification.txt
Parameter 3: -md
Value: {'Amines and Polyamines Metabolism'; 'Amino Acids Metabolism'; 'Carbohydrates Metabolism'; 'Cofactors Metabolism'; 'Detoxification Metabolism'; 'Energy Metabolism'; 'Fatty Acids and Lipids Metabolism'; 'Hormones Metabolism'; 'Inorganic Nutrients Metabolism'; 'Nitrogen-Containing Compounds'; 'Nucleotides Metabolism'; 'Phenylpropanoid Derivatives'; 'Polyketides'; 'Primary-Specialized Interface Metabolism'; 'Redox Metabolism'; 'Specialized Metabolism'; 'Sugar Derivatives'; 'Terpenoids'}
Parameter 4: -psf
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/CsubellipsoideaC_169_227_v2.0.protein.pcf13.fa
Parameter 5: -gtpf
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/gtpf_CsubellipsoideaC_169_227_v2.0.annotation_info.txt.txt
Parameter 6: -glof
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/glof_CsubellipsoideaC_169_227_v2.0.gene.gff3.txt
Parameter 7: -dnaf
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/CsubellipsoideaC_169_227_v2.0.hardmasked.fa
Parameter 8: -sitf
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/Inputs/scaffold-tailoring-reactions-05082016.tab
Parameter 9: -gout
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/ARAGene1_3_amit_memex.txt
Parameter 10: -cout
Value: /mnt/md0/Gene_cluster_analysis/test/PlantClusterFinder/csubellipsoidea/ARAClust1_3_amit_memex.txt
Parameter 11: SeqGapSizesChromBreak
Value: [10000]
Parameter 12: PGDBIdsToMap
Value: GTP
Initializing parameters and running PlantClusterFinder
Check files for reading and writing
Warning: Discarding metabolic domain information of Macromolecules Metabolism
Error in fgetl (line 33)
Error in PlantClusterFinder>f_read_MCL_clustering_File (line 2402)
Error in PlantClusterFinder>f_get_MCL_clustering (line 2534)
Error in PlantClusterFinder (line 941)
MATLAB:FileIO:InvalidFid
I am therefore not able to use this tool. I am not sure if this is some bug or the issue is within my installed Matlab runtime. I think that since no error in establishing LD_LIBRARY_PATH, it may be fine. But I am not sure. Do i must buy Matlab to run this tool?
Please guide me.
The text was updated successfully, but these errors were encountered: