Skip to content

Commit

Permalink
Addign dependendecies to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
r78v10a07 committed Oct 5, 2020
1 parent 09c2a06 commit a5ecdc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/pipelines/rnaseqDGAPipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ provide key biological processes, molecular functions, and cellular components f
| Analysis | | +-----------------+---------------+---------------------+----------------------------------+
| | | | EdgeR | Read Matrix | TSV | `edgeR-2conditions.cwl`_ |
+------------------------+---------------------------------------+----------------------------------------+-----------------+---------------+---------------------+----------------------------------+
| Go enrichment | `05 - GO enrichment`_ | | `goenrichment`_ | | | |
| Go enrichment | `05 - GO enrichment`_ | | `goenrichment`_ | gene IDs | TSV | Python code in the notebook |
+------------------------+---------------------------------------+----------------------------------------+-----------------+---------------+---------------------+----------------------------------+


Expand Down
2 changes: 1 addition & 1 deletion docs/source/pipelines/sampleSheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Sample sheet column names and description
**SRR4053795_1.fastq.gz|SRR4053795_2.fastq.gz** must exist.

The data files will be copied to the folder **data/{{dataset_name}}/**.
* **condition**: Conditions to analyze or group the samples. Avoid using non alphanumeric characters.
* **condition**: Conditions to group the samples. Use only alphanumeric characters.

For RNASeq projects the differential gene expression will be generated comparing these conditions. If there are
multiple conditions all comparisons will be generated. It must be at least two conditions.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
},
data_files=[('', ['README.md'])],
use_scm_version=True,
setup_requires=['setuptools_scm'],
setup_requires=['wheel', 'setuptools_scm'],
description='PM4NGS generates a standard organizational structure for Next '
'Generation Sequencing (ngs) data analysis ',
long_description=readme(),
Expand Down Expand Up @@ -50,7 +50,6 @@ def readme():
'seaborn',
'statsmodels',
'urllib3',
'Wand',
'xmltodict'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit a5ecdc4

Please sign in to comment.