You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser_all.add_argument('-r', '--refseq', help='References for use with unitas', nargs='*', default=None)
275
275
parser_all.add_argument('-s', '--species', help='Species to set in unitas arguments', default='x')
276
276
parser_all.add_argument('-u', '--unspliced-transcriptome', help='Optional, unspliced transcriptome, passed to unitas')
277
-
parser_all.add_argument('-m', '--ref-mismatches', type=int, default=None, help='Number of mismatches to use in bowtie2 when aligning to the genome, None for default behavior')
278
-
parser_all.add_argument('--disable-alignment', action='store_true', help='Skip the alignment to the refernce genome step')
277
+
parser_all.add_argument('-m', '--ref-mismatches', type=int, default=None, help='Number of mismatches to use in bowtie2 when aligning to the genome, None for default behaviour')
278
+
parser_all.add_argument('--disable-alignment', action='store_true', help='Skip the alignment to the reference genome step')
279
279
parser_all.add_argument('small_rna', help='Path to FASTQ containing the small RNA')
280
280
parser_all.add_argument('genome', nargs='?', default=None, help='Genome to align against')
0 commit comments