Skip to content

Commit

Permalink
Update pipeline_cellranger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snsansom committed Jul 6, 2023
1 parent 97096fe commit 7c3f3dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cellhub/pipeline_cellranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
Inputs
------
The pipeline requires two inputs: (i) a "samples.tsv" file describing the samples
and (ii) a "libraries.tsv" table that lists the directories, sample prefixes and modalities of the
fastq files.
In addition to "pipeline_cellranger.yml" file, the pipeline requires two inputs:
(i) a "samples.tsv" file describing the samples
(ii) a "libraries.tsv" table containing the sample prefixes, feature type and fastq paths.
(i) samples.tsv
^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -813,4 +814,4 @@ def main(argv=None):
P.main(argv)

if __name__ == "__main__":
sys.exit(P.main(sys.argv))
sys.exit(P.main(sys.argv))

0 comments on commit 7c3f3dd

Please sign in to comment.