We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The structure of janis-bioinformatics isn't great, here are some suggestions:
We grouped tools by their tool provider, but really should've done it by the tool name / base command. Eg:
gatk4
gatk
samtools
fastqc
babrahambioinformatics
Reduce the clutter of base.py + versions.py
base.py
versions.py
Move all the workflows into a folder called workflows
workflows
This list is to be updated as new information is discussed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The structure of janis-bioinformatics isn't great, here are some suggestions:
We grouped tools by their tool provider, but really should've done it by the tool name / base command. Eg:
gatk4
tools in a folder calledgatk
,samtools
tools in a folder calledsamtools
,fastqc
in a folder calledfastqc
(not inbabrahambioinformatics
)Reduce the clutter of
base.py
+versions.py
Move all the workflows into a folder called
workflows
This list is to be updated as new information is discussed
The text was updated successfully, but these errors were encountered: