Closed hledbetter closed 5 years ago
I could not replicate this error, but it looks like you have a permission issue for that directory. Can you try to manually install fgmp as explained in the README? Let me know how it goes.
Thanks
I agree it would be helpful to see permissions on
/Users/NAME/FGMP/augustus_tmp/config
and /Users/NAME/FGMP/augustus_tmp
(eg
ls -l /Users/NAME/FGMP/augustus_tmp/config )
Jason
Jason E Stajich, PhD Professor and Director, Microbiology Graduate Program Dept of Microbiology and Plant Pathology University of California, Riverside
Fellow, CIFAR Fungal Kingdom: Threats & Opportunities email: jason.stajich@ucr.edu twitter: @stajichlab http://twitter.com/stajichlab @hyphaltip http://twitter.com/hyphaltip @zygolife http://twitter.com/zygolife website: http://lab.stajich.org phone: +1 951.827.2363
On Fri, Jun 28, 2019 at 1:40 PM Ousmane H. Cisse notifications@github.com wrote:
I could not replicate this error, but it looks like you have a permission issue for that directory. Can you try to manually install fgmp as explained in the README? Let me know how it goes.
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stajichlab/FGMP/issues/13?email_source=notifications&email_token=AAAL5O3AGOM4TUGLDZTSF73P4ZZNNA5CNFSM4H37D5Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY3DTYA#issuecomment-506870240, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAL5OYUXA2LMUR6SIRVYWTP4ZZNNANCNFSM4H37D5YQ .
I did the manual install following the directions in the README (including using augustus 3.2.3, since I'm working on a mac). Could re-install if that's helpful. As for permissions:
(fgmp) MBP-19-C02YPJ7PLVCF:FGMP NAME$ ls -l /Users/NAME/FGMP/augustus_tmp/config
total 0
drwxr-xr-x 8 NAME staff 256 Jun 29 08:48 cgp
drwxr-xr-x 13 NAME staff 416 Jun 29 08:48 extrinsic
drwxr-xr-x 27 NAME staff 864 Jun 29 08:48 model
drwxr-xr-x 5 NAME staff 160 Jun 29 08:48 profile
drwxr-xr-x 4 NAME staff 128 Jun 29 08:48 species
(fgmp) MBP-19-C02YPJ7PLVCF:FGMP NAME$ ls -l /Users/NAME/FGMP/augustus_tmp
total 0
drwxr-xr-x 7 NAME staff 224 Jun 29 08:48 config
Thanks, Hannah
It looks like new_species.pl
doesn't handle the file name having /
in it very well, so moving the sample_test.dna
file out of the sample/
directory and into my home directory took care of it, ie:
(fgmp) MBP-19-C02YPJ7PLVCF:FGMP NAME$ src/fgmp.pl -g sample_test.dna
rather than
(fgmp) MBP-19-C02YPJ7PLVCF:FGMP NAME$ src/fgmp.pl -g sample/sample_test.dna
I just installed this program and am trying to run the sample file through, but keep running into issues with the 'training augustus' step.
When I try to run the
new_species.pl
command independently, I get a 'could not write' error. I've checked and I have read/write permissions for that directory.Any idea where I'm going wrong?