Skip to content

Commit

Permalink
Merge pull request #60 from grexor/devel
Browse files Browse the repository at this point in the history
star mapping adjusted
  • Loading branch information
grexor authored Nov 25, 2024
2 parents 3fb29db + 88aea5d commit 1cb95a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pybio/pybio
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,10 @@ if len(args.commands)>0:
if args.commands[0]=="star":
if len(args.commands) not in [4,5]:
print(help_star)
sys.exit()

species = args.commands[1]
sys.exit()

species = args.commands[1].lower()

if args.genome_version!=None:
genome_version = args.genome_version
else:
Expand Down

0 comments on commit 1cb95a4

Please sign in to comment.