-
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
Refactor module #25
base: master
Are you sure you want to change the base?
Refactor module #25
Conversation
… This is to avoid dir collisions with other repos
docs/adr.rst
Outdated
@@ -128,3 +128,11 @@ Other changes include: | |||
BioBamBam only marks reads as duplicate, but does not remove the after. The Tool has been updated to remove the flagged duplicates using samtools with the parameter `-F 1024`. This matches the pipeline used within the `Blueprints project <http://dcc.blueprint-epigenome.eu/#/md/chip_seq_grch37>`_. |
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.
does not remove theM ?
docs/adr.rst
Outdated
2018-07-05 - Refactoring of repo to avoid naming collisions | ||
----------------------------------------------------------- | ||
|
||
The original repo had the tools and tests in a directory that was in the root of the repo. This is problematic when there is sharing of the code as there are collisions in teh name space. This has meant that all of the code needs to be moved into a new subdirectory (mg_process_fastq). |
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.
the* name
@@ -1,3 +1,3 @@ | |||
[pytest] | |||
#testpaths = tests | |||
#testpaths = mg_process_fastq/tests | |||
norecursedirs = data tmp* env docs apps basic_modules *.egg_info TADbit-master |
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.
no new line sign
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.
That's fine
…tools to allow for easy importing into other pipelines.
…r moving this to the workflow.rst file
…efactored arrangement
…ce code duplication and allow for this script to be used as a single as part of the mg-tool-api
Code refactoring to avoid namespace collisions when there are multiple repos that have used the same template