Skip to content
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

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open

Refactor module #25

wants to merge 50 commits into from

Conversation

markmcdowall
Copy link
Member

Code refactoring to avoid namespace collisions when there are multiple repos that have used the same template

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>`_.
Copy link
Contributor

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).
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no new line sign

Copy link
Member Author

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.
…ce code duplication and allow for this script to be used as a single as part of the mg-tool-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants