You can create topics using the New Topic button:
The reply button looks slightly different between mobile and desktop version.
Desktop version of reply button:
Mobile version of reply button:
When replying you can upload pictures using the upload button in the format bar:
On a mobile, you may have to swipe the format bar to the left to see the file upload button.
You can also just drag files into the editing window where you type.
When you're done submit the reply.
Desktop version of the submit button:
Mobile version of the submit button:
How to re-use a file channel and indeterminate number of times (eg combining with a channle with an unknkown number of elements in NextFlow DSL1:
process collectGVCF {
publishDir "${params.combined_1_vcf}", mode: 'copy'
output:
set val(pair_id), val(round), file("${pair_id}_raw_variants_${round}.vcf.gz") into collected_vcf
}
// Later after splitting:
sample_files
.map { it -> it.getBaseName() }
.combine(Channel.fromPath("${params.combined_1_vcf}/*_raw_variants_1.vcf.gz"))
.set { reuse_pairs }
View Public Posts:
Public
View Uploads:
(Uploads are full-size)
Uploads
View Group-specific Posts:
(Only group members can access these)
Group-1
Group-2
Group-3
Group-4
Group-5
Manage Group Members:
Group-1
Group-2
Group-3
Group-4
Group-5
View Public Posts:
Public
View Uploads:
(Uploads are full-size)
Uploads
View Group-specific Posts:
(Only group members can access these)
Group-1
Group-2
Group-3
Group-4
Group-5
Manage Group Members:
Group-1
Group-2
Group-3
Group-4
Group-5
View Public Posts:
Public
View Uploads:
(Uploads are full-size)
Uploads
View Group-specific Posts:
(Only group members can access these)
Group-1
Group-2
Group-3
Group-4
Group-5
Manage Group Members:
Group-1
Group-2
Group-3
Group-4
Group-5
View Public Posts:
Public
View Uploads:
(Uploads are full-size)
Uploads
View Group-specific Posts:
(Only group members can access these)
Group-1
Group-2
Group-3
Group-4
Group-5
Manage Group Members:
Group-1
Group-2
Group-3
Group-4
Group-5
Posts made in this category are public and can be commented on by any registered user.
Posts associated with these groups are private and can only be accessed by your group members.