BioinformaticsToolsmith / Look4LTRs

Long Terminal Repeat Retrotransposon detection tool capable of finding recently nested LTR RTs de novo.
Other
3 stars 0 forks source link

how to give fasta file path #4

Open herman-einstein opened 2 months ago

herman-einstein commented 2 months ago

May I know how to give the path? I keep having "does not exist!" error

AnthonyGarza124 commented 2 months ago

Hello,

Be sure to provide the directory, not the file itself! If you have only one file you want to predict on, be sure to provide a directory with only the fasta file inside of it. Use the -f parameter.

So:

look4ltrs -f /x/y/fasta_directory [other parameters]

Best Regards, Anthony Garza