Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spras/rwr.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class RWR(PRM):
required_inputs = ['network','nodes']
dois = []
dois = ["10.1093/bioinformatics/btq680"]

@staticmethod
def generate_inputs(data, filename_map):
Expand Down
2 changes: 1 addition & 1 deletion spras/strwr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Note: This class is almost identical to the rwr.py file.
class ST_RWR(PRM):
required_inputs = ['network','sources','targets']
dois = []
dois = ["10.1093/bioinformatics/btq680"]

@staticmethod
def generate_inputs(data, filename_map):
Expand Down
Loading