-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename progress folder #371
base: separate_configs
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -380,7 +382,7 @@ def run(*args, **kwargs): | |||
library_path=library_path, | |||
fasta_path_list=fasta_path_list, | |||
config=config, | |||
custom_quant_dir=custom_quant_dir, | |||
quant_path=quant_dir, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't we call both of them quant_dir for simplicity?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"_path" is more correct and should be used throughout the code base (cf. also the # TODO rename all output_directory, output_folder => output_path, quant_dir->quant_path (except cli parameter)
)
imho it's fine to name the cli parameter quant-dir
as this might be more familiar to users .. very early on this should be called quant_path
then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me
ab81033
to
06aa489
Compare
.progress
folder toquant
custom-quant-dir
toquant-dir