Entering edit mode
4.8 years ago
haomingju
•
0
For some commands the reference database was downloaded seperately, I have to input the path before the database file when I use the command. Can anyone tell me how to use the reference database without inputing path before it? I mean if I type the name of the reference database in the command line, it will be found anywhere. Like export PATH variable in bin for command. If so, it will be very cool. Thanks!
You could setup variable(s) that points to the reference basename. Say
REF=/path_to_ref_dir
and then try using${REF}/basename
in your commands.