oushujun / LTR_retriever

LTR_retriever is a highly accurate and sensitive program for identification of LTR retrotransposons; The LTR Assembly Index (LAI) is also included in this package.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5813529/
GNU General Public License v3.0
176 stars 40 forks source link

Cannot complete in-place edit #115

Closed Wenwen012345 closed 2 years ago

Wenwen012345 commented 2 years ago

Thu Mar 3 15:09:18 CST 2022 Intact LTR-RT found: 167

Cannot complete in-place edit of 1.fna.mod.ltrTE.pass.clust: failed to rename work file 'XXWfRHkf' to '1.fna.mod.ltrTE.pass.clust': Operation not permitted at -e line 1, <> line 520. Thu Mar 3 15:09:35 CST 2022 Module 6: Start to analyze truncated LTR-RTs... Truncated LTR-RTs without the intact version will be retained in the LTR-RT library. Use -notrunc if you don't want to keep them.

Thu Mar 3 15:09:35 CST 2022 46 truncated LTR-RTs found Cannot complete in-place edit of 1.fna.mod.ltrTE.trunc: failed to rename work file 'XXvwJG9h' to '1.fna.mod.ltrTE.trunc': Operation not permitted at -e line 1, <> line 190. ERROR: RepeatMasker is not running properly! Please check the file 1.fna.mod.ltrTE.mask.lib and 1.fna.mod.ltrTE.trunc and test run: RepeatMasker -e ncbi -q -pa 20 -no_is -norna -nolow -div 40 -lib 1.fna.mod.ltrTE.mask.lib -cutoff 225 1.fna.mod.ltrTE.trunc Please report errors to https://github.com/oushujun/LTR_retriever/issues Program halt!

manager@bl8vbox[ncbi-genomes-2022-02-28] RepeatMasker -e ncbi -q -pa 20 -no_is -norna -nolow -div 40 -lib 1.fna.mod.ltrTE.mask.lib -cutoff 225 1.fna.mod.ltrTE.trunc RepeatMasker version 4.1.2-p1 Search Engine: NCBI/RMBLAST [ 2.2.27+ ] Using Custom Repeat Library: 1.fna.mod.ltrTE.mask.lib

analyzing file 1.fna.mod.ltrTE.trunc FastaDB::_cleanIndexAndCompact(): Fasta file contains a sequence identifier which is too long ( max id length = 50 ) at /home/manager/miniconda3/bin/RepeatMasker line 739.

oushujun commented 2 years ago

Seems like your folder has write limitations. Can you enter the work directory and try this: touch test perl -i -nle 'print test' test

Thanks, Shujun

On Wed, Mar 2, 2022 at 10:14 PM wensulin93 @.***> wrote:

Thu Mar 3 10:47:04 CST 2022 Intact LTR-RT found: 5451

Cannot complete in-place edit of GCA_018127125.1_RGv1.1_genomic.fna.mod.ltrTE.pass.clust: failed to rename work file 'XXgZJrPD' to 'GCA_018127125.1_RGv1.1_genomic.fna.mod.ltrTE.pass.clust': Operation not permitted at -e line 1, <> line 8572. Thu Mar 3 11:02:25 CST 2022 Module 6: Start to analyze truncated LTR-RTs... Truncated LTR-RTs without the intact version will be retained in the LTR-RT library. Use -notrunc if you don't want to keep them.

Thu Mar 3 11:02:25 CST 2022 207 truncated LTR-RTs found Cannot complete in-place edit of GCA_018127125.1_RGv1.1_genomic.fna.mod.ltrTE.trunc: failed to rename work file 'XXpib7qa' to 'GCA_018127125.1_RGv1.1_genomic.fna.mod.ltrTE.trunc': Operation not permitted at -e line 1, <> line 828. ERROR: RepeatMasker is not running properly! Please check the file GCA_018127125.1_RGv1.1_genomic.fna.mod.ltrTE.mask.lib and GCA_018127125.1_RGv1.1_genomic.fna.mod.ltrTE.trunc and test run: RepeatMasker -e ncbi -q -pa 4 -no_is -norna -nolow -div 40 -lib GCA_018127125.1_RGv1.1_genomic.fna.mod.ltrTE.mask.lib -cutoff 225 GCA_018127125.1_RGv1.1_genomic.fna.mod.ltrTE.trunc Please report errors to https://github.com/oushujun/LTR_retriever/issues Program halt!

— Reply to this email directly, view it on GitHub https://github.com/oushujun/LTR_retriever/issues/115, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNX4NGXHUCKZDEB4ANUCRLU6AVC7ANCNFSM5PZHVMNQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Wenwen012345 commented 2 years ago

All right. Thank you very much.