You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to run STAR multiple times and want to keep the number of parameters minimal in each command, you can store general parameters and their values into a text file (parameter_name value) and load this file as first argument in your STAR command followed by parameters specific for that one run.
If you need to run STAR multiple times and want to keep the number of parameters minimal in each command, you can store general parameters and their values into a text file (parameter_name value) and load this file as first argument in your STAR command followed by parameters specific for that one run.
The result would look like this
==> all the other 'global' parameters from above are now in my_parameters.txt
A parameter present in the text file and also later as extra argument will get the last value seen by STAR.
The text was updated successfully, but these errors were encountered: