Skip to content

Commit

Permalink
Merge pull request #19 from ctg-lund/dev
Browse files Browse the repository at this point in the history
CiteSeq samplesheet compatible with illumina v2 samplesheet
  • Loading branch information
Fattigman authored Jun 21, 2023
2 parents b57ea5d + 14cc6b2 commit 14749df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/CTG_SampleSheet.csv
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ sample-15,human,project8,n,n,n,atac,scatac-10x,n,n,n,n,n
sample-16,human,project9,n,n,4,atac,scarc-10x,n,n,n,n,n
sample-17,human,project9,n,n,4,gex,scarc-10x,n,n,n,n,n
sample-18,human,project10,n,n,n,gex,scvisium-10x,cytaimage,darkimage,image,slide,slide_area
[10X_Flex_Settings],,,,,,,,
[FlexConfig_Data],,,,,,,,
sample_id,probe_barcode,Sample_Source,,,,,,
sample1,BC001|BC002,sample_7,,,,,,
sample1,BC003|BC004,sample-8,,,,,,
[10X_FeatureReference],,,,,,,,
id,name,read,pattern,sequence,feature_type,Sample_Source,,
[FeatureReference_Data],,,,,,,,
id,name,read,pattern,sequence,feature_type,Sample_ID,,
ADT_C0014,HuMs.CD11b,R2,5PNNNNNNNNNN(BC),TGAAGGCTCATTTGT,ADT,sample-4|sample-7,,
ADT_C0073,HuMs.CD44,R2,5PNNNNNNNNNN(BC),TGGCTTCAGGTCCTA,ADT,sample-4|sample-7,,
ADT_C0103,HuMs.CD45R_B220,R2,5P(BC),CCTACACCTCATAAT,ADT,sample-4|sample-7,,
Expand Down
4 changes: 2 additions & 2 deletions modules/split_sheet/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process SPLITSHEET {
output:
path "10X_Data.csv", emit: data
path "Data.csv", emit: pipe_data, optional: true
path "10X_Flex_Settings.csv", emit: flex, optional: true
path "10X_FeatureReference.csv", emit: feature_reference, optional: true
path "FlexConfig_Data.csv", emit: flex, optional: true
path "FeatureReference_Data.csv", emit: feature_reference, optional: true
shell:
'''
while read line; do
Expand Down
2 changes: 1 addition & 1 deletion templates/manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="main-block">
<div class="block-item">
<h1><b>Nextflow manifest</b></h1>
<p> <b>Pipeline release:</b> 1.1.0</p>
<p> <b>Pipeline release:</b> 1.2.0</p>
<p> <b>Subworkflow:</b> xxSubWorkflowxx</p>
<p> <b> Maintainer:</b> [email protected]</p>
<p> <b>Description:</b> Your data has been processed by the nextflow pipeline singleCellWorkflows. If you want more information on how your data was processed, follow the link below and navigate to your release!</p>
Expand Down

0 comments on commit 14749df

Please sign in to comment.