This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
ToDo from feedback by He and Thiseas #2
Comments
|
|
Yes. There is no need to create an empty array before appending to it. See below:
The current code isn't buggy or anything, so maybe this is just aesthetics/me being stuck in my ways, but the the syntax highlighting on my text editor did get tripped up by it. |
@esalmela could you comment on the --keep-allele-order? I cannot remember the outcome of our discussions on the plink merging and converting to Eigenstrat. |
nevrome
added a commit
that referenced
this issue
Jun 30, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
He
@TCLamnidis
No check for too many arguments. Could lead to odd results that "worked" when a user provides multiple input files for eg.
Log folder could get messy if someone submits jobs in a loop, as multiple jobs will have same time stamp. could cause issues when jobs are sbatched. Perhaps add a hash to the end of the folder? Or maybe deter people from looping with a check for this logdir existing and an error?
_print_packages also prints commented out lines or comments in the lines. Bug or feature?
poseidon_merge
unset _janno_files
. the current fomrulation will trip text editors into thinking _janno_files is a function definition. (minor thing)The text was updated successfully, but these errors were encountered: