-
Notifications
You must be signed in to change notification settings - Fork 14
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
Trouble running the example #1
Comments
Thank you so much for trying out the software. I will look into this and get back to you. Thanks |
Hello @josruirod, I have made some changes to the scripts and updated the Thank you. |
Hello again, thanks for taking the time. |
Hello @josruirod, Thanks for checking out the updates. I really helps to improve the software on our end. I decided to keep it as I checked the error file and I think that, for some reason, I went through the log file and I realized where the problem is. You probably executed the Could you please send me the contents of the Please give this a try. And I would recommend that you remove the previous download and start afresh. Also, since you had previous installations of Thank you. |
Hi, thanks to you for the software and the support. So, in my system in my system, Ubuntu 16.04, git clone is indeed creating the folder "finder". But if that's variable, guess it's not important then. Regarding bashrc, when I rerun, I did start fresh and removed the previous installation. However, you are right that bashrc had twice the same entry (not different locations). Not sure if that could affect, bu I have restored. So with a new installation, now it's working until it doesn't find some psiclass output I think. I attach again progress jand error files. According to the progress file, psiclass ended, but the folder where finder it's looking for some files is empty. I also attach a file I've seen inside the psiclass folder, maybe an error with my perl version? Thanks |
Hello, Thanks for rerunning About the I checked the Thank you. |
Could you also post the output of Thank you. |
Hi, so I decided reboot and git clone/install fresh everything again. So I got during install.sh many errors, operattion not permited for chmod (i tried to execute install.py with sudo but it didn't work). I rerun the example and I'd say now it failed in other step, in braker? |
Hello @josruirod, It's really great that you are testing Do not run the From the From now on you do not have to remove the output directory. Just run the same command. Thank you. |
Hi, happy to help. Sorry for the typo, I meant I executed the install.py file. So, I attach the braker.error. Braker.output is empty. I removed the finder directory, git cloned and installed again, and I attach a log of the installation (this log is 400mb, so I attach a link to a cloud). braker.error.txt |
Hi @josruirod, Sorry for the late reply and Thanks for your feedback. I had made some changes to the The reason why you were getting 400MB worth of error messages is because Since, there were errors in the installation process, GeneMark was not properly installed. Please repeat the installation process and you should be all set. I have included another option in Thank you. |
Hi, and thanks again for the support. Thank you progress.log |
Hello, Thanks for running the pipeline again. I am glad to note that it completed running this time. I too was running Thank you. |
Thanks for the explanation! Looking forward to the refined version then! |
Hello. Thank you both for raising and troubleshooting these issues. I am keen to run Finder and have been running into the same stumbling blocks you report (i.e. now with final gtf files written but an empty braker gtf). I'm looking forward to the next iteration. Thank you for addressing this so quickly. |
Hello @AnnabelWhibley and @josruirod, Thank you very much for trying out Thank you. |
HI there, happy to hear that. I'd say I've reinstalled and reran as previous times, but I'm getting the following error, even when trying just to execute finder help:
Nothing is done due to this error, any input? I may have done something wrong this time Thanks again |
My re-install was running OK but crashed out with a memory error during the braker2 phase so I have relaunched it with more resources. Fingers crossed. As an aside, I did find that I needed to manually install the ruffus module into the conda environment |
My latest problem was a silly mistake, I had not activated the conda environment. It's running now and I'll confirm when it fnishes the example and also a run test with my own data. Thanks |
Hi @josruirod, Happens to the best of people!! I am glad you figured it out. Let me know if you run into any issues. Thank you |
Hi @AnnabelWhibley, Yes, Thank you. |
Thank you @sagnikbanerjee15. Re: ruffus conda package issue, I can't replicate this and it was easily fixed. I see no errors on installation either time, and the package is clearly there in the environment list. I don't think it is worth your time troubleshooting, it might be some strange SLURM incompatibility at my end. |
Hello @AnnabelWhibley, I am glad to know that the run has completed. I have fixed the bug reported in issue#2. Thanks. |
@sagnikbanerjee15. Thank you again for all your support and for developing this tool. |
@AnnabelWhibley It's my pleasure. |
Hi, I can confirm the example is now running fine, including the issue #2. Thanks for the work. The gff files from braker seem to be now fine. I'm now proceeding to apply this to my own data. A small side note, in the readme it is said that the columns Description, Read Length (bp), Date, are not necessary nor used, but if they are removed the program fails. It seems they are necessary, even if they are empty or with dummy values. You may want to specify or fix that. Thanks |
Hi @josruirod, That's awesome! I am glad that the example is up and running now. Thanks for pointing out the issue with metadata. I have updated the Thank you. |
Hi, I canc onfirm finder has now worked with my own datasets and organism. Thanks. Just a side note, it seems to be important that all the columns in the metadata are kept, and not any dummy value can be used or the program will fail. |
Hi @josruirod, Thank you so much for trying Thank you. |
Hi, I have not kept those runs, but just try to remove the columns that are said to be not essential, such as description, try a dummy name in Project name other than its't not following the ID format (PRBXXX...), try to use "-" in Description... I think it would be needed to improve that documentation because I had to spend some time tuning the metadata. Thanks again for the support |
HI, just fyi. I've found that in another system I had to manually change the limit of files with ulimit. Otherwise I think STAR was failing, and the error message was not too explicative. Regards |
Hello @josruirod, Thank you for reporting this issue. Yes, it is an issue with STAR. I will add a check in Thank you. |
Hellow Sagnik (finder_conda_env) -bash-4.2$ finder -h |
Thank you for trying out finder. Did the ./install.py command execute properly? Also, you will need to modify the contents of the bashrc file by issuing the commands after ./install.py. Could you please send me the contents of the bashrc file? I can verify that the installation has worked properly or not. You can view its contents via the command cat ~/.bashrc |
Hello Herieth, Thank you for sending me the contents of the bashrc file. It does seem like finder has been properly installed. Did you execute this command "export PATH=$PATH:$(pwd)"? If it does not work, could you try to log out and log back in again? As with the metadata file, you have the option of either constructing it in the server or on a csv file in your system. Usually, if you are working with a large number of files, it is easier to create the file locally and then transfer it to the server. If you can tell me Accession numbers and the endedness (paired or single) of the data I can create the metadata file and send it to you. I did have some other users report issues with generating this file. I am working on a way to make this as easy as possible. |
?Hey Sagnik, Thank you so much for the inputs, I exited the server and re-logged in and it worked! Your paper is awesome!!! Thank you once again! |
Hello @heri-v, Thank you for your kind words. I will be happy to assist you in the process. First, let us concentrate on getting the gene annotation, and then we will move forward with differential gene analysis. The accession that you are referring to is the genome. In addition to that, we will require some RNA-Seq samples. Do you have RNA-Seq samples for this organism? If you could share the link of the genome I can check to see if there is any RNA-Seq data on NCBI that you can use. Also, which organism are you working with? Thank you. |
Hi @heri-v, Thanks for sending me the genome. I checked NCBI and found that there are several RNA-Seq samples. Let me know if you would like me to prepare the metadata file for you. Please go through the dataset and let me know if there are specific projects you wish to retain to remove. Thank you. |
?Dear Sagnik,
I think combining all 39 hits will increase the chances of getting novel transcripts
|
Hello @heri-v, Yes, I agree that having more RNA-Seq samples will enrich your annotation. Actually, there are 763 RNA-Seq samples in total. While Thank you. |
There are different olego_index.* files [ olego_index.amb, olego_index.amb, olego_index.ann etc.] which one needs to specified in the below command? The command run smoothly without errors but the output folder was no where to be seen? finder -no_cleanup -mf Arabidopsis_thaliana_metadata.csv -n $CPU -gdir_star $PWD/star_index_without_transcriptome -out_dir $PWD/FINDER_test_ARATH -g $PWD/Arabidopsis_thaliana.TAIR10.dna_sm.toplevel.fa -p $PWD/uniprot_ARATH.fasta -gdir_olego olego_index -preserve 1> $PWD/FINDER_test_ARATH.output 2> $PWD/FINDER_test_ARATH.error |
Hello @heri-v, Please specify just If the output folder was not created, then Thanks. |
cd ../example (finder_conda_env) -bash-4.2$ cat FINDER_test_ARATH.error |
You need to set Thanks |
Thanks It worked |
Great! I am glad it worked out. I will try my best to improve the tutorial. Thank you. |
Thank you, I will get back to you. |
After running finder, I checked results in the output directory finder -no_cleanup -mf Arabidopsis_thaliana_metadata.csv -n $CPU=30 -gdir_star $PWD/star_index_without_transcriptome -out_dir $PWD/FINDER_test_ARATH -g $PWD/Arabidopsis_thaliana.TAIR10.dna_sm.toplevel.fa -p $PWD/uniprot_ARATH.fasta -gdir_olego olego_index -preserve 1> $PWD/FINDER_test_ARATH.output 2> $PWD/FINDER_test_ARATH.error cd ....................../FINDER_test_ARATH/final_GTF_files ls #Unfortunately the output file was empty. After checking for errors I got below resultscd /home/herieth/FINDER/Finder/example cat FINDER_test_ARATH.error EXITING: fatal input ERROR: runThreadN must be >0, user-defined EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting EXITING: fatal input ERROR: runThreadN must be >0, user-defined runThreadN=0 May 12 00:39:38 ...... FATAL ERROR, exiting |
Hello @heri-v, You need to issue the command
Let me know if this works. Thank you. |
Did you do conda activate finder_conda_env? Could you please check? Also in the command it's not going to be $CPU=30 just put $CPU Thanks. |
Hi, I just came across this software as I have been struggling with MAKER. Running the example data and my data, I have encountered this same isssue. It says it can't find the genome but it's right there. EXITING: Did not find the genome in memory, did not remove any genomes from shared memory cat Log.out Command Line:STAR --runThreadN 30 --genomeLoad Remove --genomeDir /mnt/nfs/home/b9017460/finder/example/star_index_without_transcriptome Initial USER parameters from Command Line:All USER parameters from Command Line:runThreadN 30 ~RE-DEFINED Finished reading parameters from all sourcesFinal user re-defined parameters-----------------:runThreadN 30 Final effective command line:STAR --runThreadN 30 --genomeDir /mnt/nfs/home/b9017460/finder/example/star_index_without_transcriptome --genomeLoad RemoveNumber of fastq files for each mate = 1 STAR --runMode genomeGenerate --runThreadN 30 --genomeDir star_index_without_transcriptome --genomeFastaFiles Arabidopsis_thaliana.TAIR10.dna_sm.toplevel.fa --genomeSAindexNbases 12GstrandBit=32versionGenome 2.7.4a ~RE-DEFINED Genome: size given as a parameter = 120586240 EXITING: Did not find the genome in memory, did not remove any genomes from shared memory Jun 18 10:22:22 ...... FATAL ERROR, exiting Please help. I have been trying to annotate a genome for a very long time now but keep encountering errors. Best, |
Hi there, I've been trying to run Finder based on the test data prior to running it on my own data, but unfortunately I've been unable to get it to run to completion. The most recent run: I've tried reinstalling it, as well as making sure the appropriate lines were present in my bashrc file, but haven't had any luck yet. Any guidance you could give will be greatly appreciated. |
Hello @GSS-Investigator, Thank you very much for trying out Thanks. |
progress.log |
Thank you @GSS-Investigator for sending the progress.log file. It seems that Thank you. |
Hi I am having the same issue as GSS-Investigator and my progress.log file looks the same. Did this get resolved? |
Hi, and congratulations for the software. I want to give a try, and I managed to successfully install it (the conda environment and the step-by-step process is much appreciated, but there are few inaccuracies in the readme, such as FIND instead of find when running, or where is install.sh or the folder where the compressed files for the external software has to be downloaded).
When running the example as it's written in readme, I'm getting the following errors, like it's missing some files:
Can you please provide some support?
Thanks
The text was updated successfully, but these errors were encountered: