Skip to content

Commit

Permalink
Adding license
Browse files Browse the repository at this point in the history
  • Loading branch information
r78v10a07 committed Mar 14, 2019
1 parent 795eb6e commit 3c897f6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
18 changes: 18 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Public Domain notice

National Center for Biotechnology Information.

This software is a "United States Government Work" under the terms of the United States
Copyright Act. It was written as part of the authors' official duties as United States
Government employees and thus cannot be copyrighted. This software is freely available
to the public for use. The National Library of Medicine and the U.S. Government have not
placed any restriction on its use or reproduction.

Although all reasonable efforts have been taken to ensure the accuracy and reliability
of the software and data, the NLM and the U.S. Government do not and cannot warrant the
performance or results that may be obtained by using this software or data. The NLM and
the U.S. Government disclaim all warranties, express or implied, including warranties
of performance, merchantability or fitness for any particular purpose.

Please cite NCBI in any work or product based on this material.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,20 @@ Clone the libBigWig repository from GitHub: https://github.com/dpryan79/libBigWi

docker run -v `pwd`:/data bamscale BAMscale scale --bam <BAM_FILE> [--bam <BAM2> .. --bam <BAMn>]

# Public Domain notice

National Center for Biotechnology Information.

This software is a "United States Government Work" under the terms of the United States
Copyright Act. It was written as part of the authors' official duties as United States
Government employees and thus cannot be copyrighted. This software is freely available
to the public for use. The National Library of Medicine and the U.S. Government have not
placed any restriction on its use or reproduction.

Although all reasonable efforts have been taken to ensure the accuracy and reliability
of the software and data, the NLM and the U.S. Government do not and cannot warrant the
performance or results that may be obtained by using this software or data. The NLM and
the U.S. Government disclaim all warranties, express or implied, including warranties
of performance, merchantability or fitness for any particular purpose.

Please cite NCBI in any work or product based on this material.
9 changes: 9 additions & 0 deletions nbproject/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
kind="IMPORTANT_FILES_FOLDER">
<itemPath>Makefile</itemPath>
</logicalFolder>
<itemPath>.gitignore</itemPath>
<itemPath>Dockerfile</itemPath>
<itemPath>LICENSE</itemPath>
<itemPath>README.md</itemPath>
</logicalFolder>
<sourceRootList>
<Elem>src</Elem>
Expand Down Expand Up @@ -83,8 +86,14 @@
<commandLine>-lBigWig -lhts -lz -lm -lbz2 -llzma -lcurl -ldl -lpthread</commandLine>
</linkerTool>
</compileType>
<item path=".gitignore" ex="false" tool="3" flavor2="0">
</item>
<item path="Dockerfile" ex="false" tool="3" flavor2="0">
</item>
<item path="LICENSE" ex="false" tool="3" flavor2="0">
</item>
<item path="README.md" ex="false" tool="3" flavor2="0">
</item>
<item path="includes/BAMcoverage.h" ex="false" tool="3" flavor2="0">
</item>
<item path="includes/BAMstructs.h" ex="false" tool="3" flavor2="0">
Expand Down

0 comments on commit 3c897f6

Please sign in to comment.